temmie/nfs-mounts: create by-uid bindmounts

This commit is contained in:
h7x4
2026-06-17 13:43:19 +09:00
parent 89921b533b
commit aa2712005a
3 changed files with 63 additions and 4 deletions
@@ -105,7 +105,7 @@ in
] ++ lib.optionals mcfg.debugMode [
"/bin"
];
BindPaths = map (l: "/run/pvv-home-mounts/${l}:/home/pvv/${l}") mcfg.homeLetters ++ [
BindPaths = map (l: "/run/pvvhome/${l}:/home/pvv/${l}") mcfg.homeLetters ++ [
"/var/log/httpd"
];
};