aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tahoe/services.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 8846eae..8481bd0 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -19,19 +19,7 @@ in {
};
rclone = { enable = true; };
traefik = { enable = false; };
- nginx = {
- enable = true;
- acme = { credentialsFile = secrets."acme/dns-key".path; };
- sso = {
- authKeyFile = secrets."sso/auth-key".path;
- users = {
- fcuny = {
- passwordHashFile = secrets."sso/fcuny/password-hash".path;
- };
- };
- groups = { root = [ "fcuny" ]; };
- };
- };
+ nginx = { enable = true; };
transmission = { enable = true; };
metrics-exporter = { enable = true; };
backup = {