This commit is contained in:
root 2024-06-16 20:44:54 +02:00
parent d64c6f9eb6
commit 5ce644d69d

View file

@ -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" = {