fix fuse permissions
This commit is contained in:
parent
d3909251ca
commit
13d6771c53
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user