Start httpd as root again
Eelco Dolstra committed
Oct 13, 2020 at 13:42 UTC
6ca9cba2e4de24a5f8a7d3e384f69e71ab384821
1 file changed
+3
delft/hydra-proxy.nix
+3
@@ -70,6 +70,9 @@ in
70
71
};
72
73
+ # Ensure that httpd can read the SSL certificates.
74
+ systemd.services.httpd.serviceConfig.User = lib.mkForce "root";
75
+
76
# Let's Encrypt configuration.
77
security.acme.acceptTerms = true;
78
security.acme.certs."hydra.nixos.org" =