diff --git a/machines/durruti/configuration.nix b/machines/durruti/configuration.nix index 1d7e3bc6..0285dce7 100644 --- a/machines/durruti/configuration.nix +++ b/machines/durruti/configuration.nix @@ -32,39 +32,6 @@ with lib; services.malobeo-tasklist.enable = true; - services.ep3-bs = { - enable = true; - in_production = true; - favicon = ./circle-a.png; - logo = ./malobeo.png; - - mail = { - type = "smtp-tls"; - address = "dynamicdiscorddresden@systemli.org"; - host = "mail.systemli.org"; - user = "dynamicdiscorddresden@systemli.org"; - passwordFile = config.sops.secrets.ep3bsMail.path; - auth = "plain"; - }; - - - database = { - user = "malodbuser"; - passwordFile = config.sops.secrets.ep3bsDb.path; - }; - }; - - sops.secrets.ep3bsDb = { - owner = config.services.ep3-bs.user; - key = "ep3bsDb"; - }; - - sops.secrets.ep3bsMail = { - owner = config.services.ep3-bs.user; - key = "ep3bsMail"; - }; - - system.stateVersion = "22.11"; # Did you read the comment? }