From 09bbfe50f2f201b0ee6a425125e20b8d280de68f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 21 Aug 2024 00:57:28 +0200 Subject: [PATCH] feat: remove iceshirmp since it wont work anyways --- modules/services/iceshrimp.nix | 30 ------------------------------ modules/services/violet.nix | 3 +-- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 modules/services/iceshrimp.nix diff --git a/modules/services/iceshrimp.nix b/modules/services/iceshrimp.nix deleted file mode 100644 index dfe32f6..0000000 --- a/modules/services/iceshrimp.nix +++ /dev/null @@ -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; - # }; - }; -} diff --git a/modules/services/violet.nix b/modules/services/violet.nix index 8af50fe..7269368 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -1,7 +1,6 @@ { ...}: { imports = - [(import ./iceshrimp.nix)] - ++ [(import ./invidious.nix)] + [(import ./invidious.nix)] ++ [(import ./mumble.nix)] ++ [(import ./matrix/default.nix)]; # ++ [(import ./tmux.nix)];