From 7f8b7e24fe67cfdb407f1415d6e7b223d2600f58 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 9 May 2023 18:47:24 -0700 Subject: profiles/nginx: move common configuration to a profile Both tahoe and carmel are using nginx, and we can simplify the configuration by moving common parts to the profile and have these hosts import it. --- hosts/tahoe/services.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/tahoe/services.nix') diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 0227f4c..894f345 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -45,7 +45,6 @@ in enable = true; stateDir = "/var/lib/gitolite"; }; - nginx = { enable = true; }; transmission = { enable = true; vhostName = "bt.fcuny.xyz"; -- cgit v1.2.3