From 13d6771c53a29c03ee1f280d4072337f38d7e36e Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 25 Sep 2021 21:56:46 -0400 Subject: [PATCH] fix fuse permissions --- machines/liza/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index 64862ce..9e64f96 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -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;