home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 49ab6a11fd28441bd90255851ab30d741db8959c
parent dc9ec6838cfebf707560f77fd37b1c7a26f65911
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  5 Oct 2020 12:14:49 +0200

systems/kerkouane: fix systemd entry

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/kerkouane.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/kerkouane.nix b/systems/kerkouane.nix @@ -92,6 +92,7 @@ in #}; }; security.pam.enableSSHAgentAuth = true; + systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/home/vincent/desktop/sites" ]; services = { govanityurl = { enable = true; @@ -109,7 +110,6 @@ in repo: https://git.sr.ht/~vdemeester/sec ''; }; - systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/home/vincent/desktop/sites" ]; nginx = { enable = true; package = nginx;