From 787a48aec6a84fcf8988412b559e055ea70706e2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 29 Oct 2021 08:19:06 -0400 Subject: [PATCH] hosts/Infini-FRAMEWORK: add services.privoxy --- hosts/Infini-FRAMEWORK/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index c497fa3..c844cd3 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -13,8 +13,9 @@ gpu.intel ]) - ./hardware-configuration.nix + services.privoxy ]) + ./hardware-configuration.nix ]; system.stateVersion = "21.11";