fix: effownejbwenfvc

This commit is contained in:
2025-11-12 18:03:12 +03:00
parent 49791d7e3f
commit 80610f3d74

View File

@@ -88,7 +88,7 @@ in
fileSystems = lib.mkIf sp.useBinds {
"/var/lib/writefreely" = {
device = "/volumes/${cfg.location}/writefreely";
options = [ "bind" ];
options = [ "bind" "uid=writefreely" "gid=writefreely" ];
};
};