feat: remove iceshirmp since it wont work anyways

This commit is contained in:
Ahwx 2024-08-21 00:57:28 +02:00
parent a14f00dbd5
commit 09bbfe50f2
2 changed files with 1 additions and 32 deletions

View file

@ -1,30 +0,0 @@
{ config, pkgs, iceshrimp, ... }:
{
services = {
# postgresql = {
# enable = true;
# initialScript = pkgs.writeText "iceshrimp.sql" ''
# CREATE ROLE "iceshrimp" WITH LOGIN PASSWORD 'uph2reeloo3aeDae4muc';
# CREATE DATABASE "iceshrimp" WITH OWNER "iceshrimp"
# TEMPLATE template0
# LC_COLLATE = "C"
# LC_CTYPE = "C";
# '';
# };
# > "@liv the nix package is sadly broken at the moment"
# iceshrimp = {
# enable = true;
# settings = {
# configureNginx = true;
# createDb = true;
# url = "https://fedi.liv.town"; # The domain your Iceshrimp UI will be served on.
# # settings.db.host = "/run/postgresql"; # omitting this setting causes some configurations to fail
# };
# dbPasswordFile = /var/iceshrimp/dbPasswordFile;
# secretConfig = /var/iceshrimp/secretConfig.yml;
# };
};
}

View file

@ -1,7 +1,6 @@
{ ...}: { { ...}: {
imports = imports =
[(import ./iceshrimp.nix)] [(import ./invidious.nix)]
++ [(import ./invidious.nix)]
++ [(import ./mumble.nix)] ++ [(import ./mumble.nix)]
++ [(import ./matrix/default.nix)]; ++ [(import ./matrix/default.nix)];
# ++ [(import ./tmux.nix)]; # ++ [(import ./tmux.nix)];