From 4edd03e467fe41d4cb00c0fc015979ebcde4e277 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Apr 2020 19:38:39 +0200 Subject: ... --- ullr.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ullr.nix b/ullr.nix index 50d33dd6..7662a74c 100644 --- a/ullr.nix +++ b/ullr.nix @@ -100,7 +100,7 @@ password = builtins.readFile /etc/murmur-password; }; users.groups."ssl" = { - members = [ "murmur" ]; + members = [ "murmur" "nginx" ]; }; security.acme = { @@ -118,7 +118,6 @@ enableACME = true; root = "/var/www/"; locations."/".return = "404"; - useACMEHost= "ullr.yggdrasil.li"; }; # This value determines the NixOS release from which the default -- cgit v1.2.3