From 5ce644d69d2befbf805ab643b8c1988d825318cc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Jun 2024 20:44:54 +0200 Subject: [PATCH] tweak --- pastila/srv.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pastila/srv.nix b/pastila/srv.nix index 5916bce..0ad9d19 100644 --- a/pastila/srv.nix +++ b/pastila/srv.nix @@ -14,12 +14,8 @@ in home = up_dir; # group = config.services.nginx.group; group = "nginx"; - # Unsure why this is broken, but couldn't make things work without - # creating the directory by hand. - # TODO: this might have been because I used up_dir = /srv/up before; - # maybe this would work now? - # createHome = true; - # homeMode = "750"; + createHome = true; + homeMode = "750"; }; services.nginx.virtualHosts."srv.isomorphis.me" = {