fix fuse permissions

This commit is contained in:
zuckerberg
2021-09-25 21:54:40 -04:00
parent 1d08d80c60
commit d3909251ca
2 changed files with 5 additions and 0 deletions

View File

@@ -154,6 +154,8 @@ in {
options.inputs = lib.mkOption { default = config.inputs; };
options.currentSystem = lib.mkOption { default = config.currentSystem; };
programs.fuse.userAllowOther = true;
config = {
pia.enable = true;
nixpkgs.pkgs = pkgs;