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/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/tahoe/default.nix') diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 7cb25fd..aacc41a 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -11,6 +11,7 @@ in "${self}/profiles/btrfs.nix" "${self}/profiles/nas.nix" "${self}/profiles/acme.nix" + "${self}/profiles/nginx.nix" "${self}/profiles/hardware/amd.nix" ]; -- cgit 1.4.1