cfg/host/solo/default.nix
Henri Dohmen b61bb970a5 refactor
2025-05-30 22:46:27 +02:00

19 lines
300 B
Nix

{ ... }:
{
networking.hostName = "solo";
imports = [
./hardware-configuration.nix
./keyboard.nix
./nvidia-gpu.nix
../../pc
];
powerManagement = {
enable = true;
cpuFreqGovernor = "performance";
};
# ====== DON'T CHANGE ======
system.stateVersion = "25.05";
}