l domsen: fix permissions

This commit is contained in:
lassulus 2021-09-19 16:49:34 +02:00
parent 924752a609
commit c1b390bfef
1 changed files with 5 additions and 5 deletions

View File

@ -340,14 +340,14 @@ in {
'';
krebs.permown = {
"/backups/domsen" = {
owner = "backup";
"/srv/http" = {
group = "syncthing";
owner = "nginx";
umask = "0007";
};
"/srv/http" = {
owner = "syncthing";
group = "nginx";
"/home/xanf/XANF_TEAM" = {
owner = "XANF_TEAM";
group = "xanf";
umask = "0007";
};
};