From 3cd948905e7a9fc889febd2897cc250769be8a6b Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 7 Dec 2025 18:23:36 -0600 Subject: [PATCH] remove test --- hosts/i001/flake.nix | 1 - hosts/i001/test.nix | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 hosts/i001/test.nix diff --git a/hosts/i001/flake.nix b/hosts/i001/flake.nix index dc806fec..597d8ab3 100644 --- a/hosts/i001/flake.nix +++ b/hosts/i001/flake.nix @@ -62,7 +62,6 @@ ./hardware-configuration.nix ./impermanence.nix - ./test.nix ( { config, diff --git a/hosts/i001/test.nix b/hosts/i001/test.nix deleted file mode 100644 index ed15a31c..00000000 --- a/hosts/i001/test.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - powerMangement.enable = true; - # powerManagement.powertop.enable = true; - powerMangement.cpuFreqGovernor = "performance"; -}