diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index f08fe5e..a0bb987 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -57,6 +57,11 @@ in { my.services = { fail2ban.enable = true; + gitea = { + enable = true; + privatePort = 8082; + }; + matrix = { enable = true; secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path; diff --git a/hosts/poseidon/default.nix b/hosts/poseidon/default.nix index 0695469..1e63889 100644 --- a/hosts/poseidon/default.nix +++ b/hosts/poseidon/default.nix @@ -82,11 +82,6 @@ in { filePath = "accounts/current.beancount"; }; - gitea = { - enable = true; - privatePort = 8082; - }; - jellyfin = { enable = true; };