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 = {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue