helios64 working
This commit is contained in:
parent
6bd288a97d
commit
50ea80ad32
@ -12,13 +12,10 @@
|
||||
|
||||
networking.hostName = "s0";
|
||||
|
||||
luks = {
|
||||
enable = true;
|
||||
device = {
|
||||
path = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
|
||||
boot.initrd.luks.devices."enc-pv" = {
|
||||
device = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
|
||||
allowDiscards = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
@ -31,7 +31,7 @@
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/c7156f71-68f3-4f7a-bec0-06bdfa63f6c0"; }
|
||||
[ { device = "/dev/mapper/vg-swap"; }
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
|
Loading…
x
Reference in New Issue
Block a user