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.inputs = lib.mkOption { default = config.inputs; };
|
||||||
options.currentSystem = lib.mkOption { default = config.currentSystem; };
|
options.currentSystem = lib.mkOption { default = config.currentSystem; };
|
||||||
|
|
||||||
programs.fuse.userAllowOther = true;
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
pia.enable = true;
|
pia.enable = true;
|
||||||
nixpkgs.pkgs = pkgs;
|
nixpkgs.pkgs = pkgs;
|
||||||
@ -166,6 +164,8 @@ in {
|
|||||||
networking.useHostResolvConf = false;
|
networking.useHostResolvConf = false;
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
|
|
||||||
services.drastikbot.enable = true;
|
services.drastikbot.enable = true;
|
||||||
services.radio = {
|
services.radio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user