port skinny config over
This commit is contained in:
parent
3ca38316fd
commit
aa4550dab2
1 changed files with 8 additions and 7 deletions
|
@ -4,13 +4,14 @@
|
|||
|
||||
boot = {
|
||||
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";
|
||||
preLVM = true;
|
||||
allowDiscards = true;
|
||||
}];
|
||||
};
|
||||
};
|
||||
loader.grub = {
|
||||
device = "nodev";
|
||||
efiSupport = true;
|
||||
|
|
Loading…
Reference in a new issue