From 68a74d0a26c97a224b0fb4e1eb0296adb461c08e Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 7 May 2021 09:25:23 -0400 Subject: [PATCH] remove TLP --- hosts/hp/configuration.nix | 1 - hosts/lenny/configuration.nix | 1 - hosts/tosh/configuration.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/hosts/hp/configuration.nix b/hosts/hp/configuration.nix index e90dfa1..cb2826d 100644 --- a/hosts/hp/configuration.nix +++ b/hosts/hp/configuration.nix @@ -1,7 +1,6 @@ { ... }: { services = { - tlp.enable = true; openssh.enable = true; }; diff --git a/hosts/lenny/configuration.nix b/hosts/lenny/configuration.nix index 71242a2..3d772e4 100644 --- a/hosts/lenny/configuration.nix +++ b/hosts/lenny/configuration.nix @@ -2,7 +2,6 @@ { environment.systemPackages = [ pkgs.vmware-horizon-client ]; - services.tlp.enable = true; services.openssh.enable = true; networking.search = [ "bck.me" ]; diff --git a/hosts/tosh/configuration.nix b/hosts/tosh/configuration.nix index d092019..734157a 100644 --- a/hosts/tosh/configuration.nix +++ b/hosts/tosh/configuration.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { - services.tlp.enable = true; services.openssh.enable = true; networking.search = [ "bck.me" ];