fix fuse permissions

This commit is contained in:
zuckerberg 2021-09-25 21:56:46 -04:00
parent d3909251ca
commit 13d6771c53

View File

@ -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;