From d638a0136d17371e407d002ff64d57109bbabbbe Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 10 Dec 2021 12:05:59 -0500 Subject: [PATCH] hosts/Infini-STICK: disable proxy --- hosts/Infini-STICK/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index 3c8fa1b..157389a 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -18,7 +18,7 @@ audio.enable = true; form.portable = true; }; - services.proxy.enable = true; + services.proxy.enable = false; filesystems = { enable = true; btrfs.enable = true;