added iso image

transferred proxmox image from nixos-generate to normal nixpkgs build
This commit is contained in:
Gabe Venberg 2024-06-06 14:38:39 -05:00
parent 7642191e98
commit 80e8884ba1
9 changed files with 168 additions and 56 deletions

View file

@ -22,6 +22,7 @@
fd
sd
curl
rsync
];
home.sessionVariables = {

View file

@ -6,5 +6,5 @@
}: {
powerManagement.powertop.enable = true;
powerManagement.enable = true;
powerManaagement.cpuFreqGovernor = "ondemand";
powerManagement.cpuFreqGovernor = "ondemand";
}