From 80610f3d7449a8563d288320a0322249a1a51e3a Mon Sep 17 00:00:00 2001 From: Thary Date: Wed, 12 Nov 2025 18:03:12 +0300 Subject: [PATCH] fix: effownejbwenfvc --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 9a76b9d..3312c5a 100644 --- a/module.nix +++ b/module.nix @@ -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" ]; }; };