fix: effownejbwenfvc
This commit is contained in:
@@ -88,7 +88,7 @@ in
|
|||||||
fileSystems = lib.mkIf sp.useBinds {
|
fileSystems = lib.mkIf sp.useBinds {
|
||||||
"/var/lib/writefreely" = {
|
"/var/lib/writefreely" = {
|
||||||
device = "/volumes/${cfg.location}/writefreely";
|
device = "/volumes/${cfg.location}/writefreely";
|
||||||
options = [ "bind" ];
|
options = [ "bind" "uid=writefreely" "gid=writefreely" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user