This commit is contained in:
HotaruBlaze
2026-05-31 11:07:57 +00:00
parent 7deac83d33
commit 8e54095733
2 changed files with 4 additions and 2 deletions

View File

@@ -26,4 +26,6 @@
./users.nix
./power-plan.nix
];
networking.interfaces.eth0.wakeOnLan.enable = true;
}

View File

@@ -17,6 +17,6 @@
environment.systemPackages = with pkgs; [
powertop
turbostat
linuxPackages_latest.turbostat
];
}
}