about summary refs log tree commit diff
path: root/systems/cobalt
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-25 17:43:07 +0900
committersefidel <contact@sefidel.net>2023-07-25 18:26:26 +0900
commit543ff5b6b2df05c3c294e9a8272bd40dc8c9fed2 (patch)
tree830bd70ce70887ac0a1823efe7d4dc020791b998 /systems/cobalt
parent30648c71eddb7dbc13e8d0e771f909be823f1f04 (diff)
downloadinfra-543ff5b6b2df05c3c294e9a8272bd40dc8c9fed2.tar.gz
infra-543ff5b6b2df05c3c294e9a8272bd40dc8c9fed2.zip
feat(modules)!: cleanup unused modules
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 4b2378b..1400d8e 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -313,11 +313,6 @@ in
       tls.acmeHost = "exotic.sh";
       secrets.rootPass = config.sops.secrets.openldap-admin-key.path;
     };
-    services.pubnix.enable = false;
-    services.userweb = {
-      enable = false;
-      domain = "exotic.sh";
-    };
 
     services.sefidel-web.enable = true;
   };