about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/persistence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/modules/persistence.nix')
-rw-r--r--users/tazjin/nixos/modules/persistence.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/persistence.nix b/users/tazjin/nixos/modules/persistence.nix
index c07ec9227c..c81958161f 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;
 }