From ee549958d18595f3f2c30610a973ed4e5bfb10a9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 14 Jun 2022 17:51:04 +0200 Subject: [PATCH] hosts: move gitea to hades --- hosts/hades/default.nix | 5 +++++ hosts/poseidon/default.nix | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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; };