Add lime
configuration #10
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
"sdhci_pci"
|
"sdhci_pci"
|
||||||
];
|
];
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
loader.systemd-boot = {
|
loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
editor = false;
|
efiSupport = true;
|
||||||
configurationLimit = 10;
|
device = "nodev";
|
||||||
};
|
};
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
initrd.luks.devices.root.device = "/dev/disk/by-uuid/bd5edcc6-35b7-4829-901f-8593c16f0324";
|
initrd.luks.devices.root.device = "/dev/disk/by-uuid/bd5edcc6-35b7-4829-901f-8593c16f0324";
|
||||||
|
|
Loading…
Reference in a new issue