helios64 working

This commit is contained in:
zuckerberg 2022-03-07 23:51:10 -05:00
parent 6bd288a97d
commit 50ea80ad32
2 changed files with 4 additions and 7 deletions

View File

@ -12,12 +12,9 @@
networking.hostName = "s0"; networking.hostName = "s0";
luks = { boot.initrd.luks.devices."enc-pv" = {
enable = true; device = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
device = { allowDiscards = true;
path = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
allowDiscards = true;
};
}; };
boot.loader.grub.enable = false; boot.loader.grub.enable = false;

View File

@ -31,7 +31,7 @@
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/c7156f71-68f3-4f7a-bec0-06bdfa63f6c0"; } [ { device = "/dev/mapper/vg-swap"; }
]; ];
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";