remove test

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-07 18:23:36 -06:00
parent ae6a2d9cd5
commit 3cd948905e
2 changed files with 0 additions and 6 deletions

View file

@ -62,7 +62,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
./impermanence.nix ./impermanence.nix
./test.nix
( (
{ {
config, config,

View file

@ -1,5 +0,0 @@
{
powerMangement.enable = true;
# powerManagement.powertop.enable = true;
powerMangement.cpuFreqGovernor = "performance";
}