diff options
Diffstat (limited to 'users/tazjin/nixos/modules/persistence.nix')
-rw-r--r-- | users/tazjin/nixos/modules/persistence.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/persistence.nix b/users/tazjin/nixos/modules/persistence.nix index c07ec9227ca2..c81958161fbf 100644 --- a/users/tazjin/nixos/modules/persistence.nix +++ b/users/tazjin/nixos/modules/persistence.nix @@ -21,4 +21,6 @@ "/etc/machine-id" ]; }; + + programs.fuse.userAllowOther = true; } |