diff --git a/nixos/modules/impermanence/default.nix b/nixos/modules/impermanence/default.nix index b3e1152..7caa2f7 100644 --- a/nixos/modules/impermanence/default.nix +++ b/nixos/modules/impermanence/default.nix @@ -22,7 +22,7 @@ "d /persist/home/ 0777 root root -" # /persist/home created, owned by root "d /persist/home/${username} 0700 ${username} users -" # /persist/home/ created, owned by that user "d /persist/nixos-config/ 0700 ${username} users -" - ] + ]; programs.fuse.userAllowOther = true; boot.initrd.postDeviceCommands = lib.mkAfter ''