tweak
This commit is contained in:
parent
d64c6f9eb6
commit
5ce644d69d
1 changed files with 2 additions and 6 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue