From b2cce1cd70dc033c73cf3de3dcfc5f62a510af19 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Apr 2022 11:46:05 -0700 Subject: nginx: get a simple solution to work first --- hosts/tahoe/services.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'hosts/tahoe') 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 = { -- cgit 1.4.1