helios64 working
This commit is contained in:
parent
6bd288a97d
commit
50ea80ad32
@ -12,13 +12,10 @@
|
|||||||
|
|
||||||
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 = {
|
|
||||||
path = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
|
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user