fix fuse permissions
This commit is contained in:
@@ -154,8 +154,6 @@ 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;
|
||||
@@ -166,6 +164,8 @@ in {
|
||||
networking.useHostResolvConf = false;
|
||||
services.resolved.enable = true;
|
||||
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
services.drastikbot.enable = true;
|
||||
services.radio = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user