port skinny config over

This commit is contained in:
Cyryl Płotnicki 2020-04-29 11:00:10 +01:00
parent 3ca38316fd
commit aa4550dab2

View file

@ -4,13 +4,14 @@
boot = { boot = {
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened; kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
initrd.luks.devices = [ initrd.luks.devices = {
{ root =
name = "root"; {
device = "/dev/disk/by-uuid/ef6e91d9-c477-4ab7-ae39-4a0ee413cebe"; device = "/dev/disk/by-uuid/ef6e91d9-c477-4ab7-ae39-4a0ee413cebe";
preLVM = true; preLVM = true;
allowDiscards = true; allowDiscards = true;
}]; };
};
loader.grub = { loader.grub = {
device = "nodev"; device = "nodev";
efiSupport = true; efiSupport = true;