fixup! wip
This commit is contained in:
parent
79e4438d5a
commit
0048c6d523
|
@ -13,11 +13,6 @@
|
||||||
network.enable = true; # remote unlocking
|
network.enable = true; # remote unlocking
|
||||||
luks.devices."root".device = "/dev/disk/by-uuid/b20be409-adb6-47fc-ba9b-c07e61503070";
|
luks.devices."root".device = "/dev/disk/by-uuid/b20be409-adb6-47fc-ba9b-c07e61503070";
|
||||||
};
|
};
|
||||||
loader = {
|
|
||||||
grub.enable = false;
|
|
||||||
systemd-boot.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
@ -27,8 +22,8 @@
|
||||||
options = [ "compress=zstd" ];
|
options = [ "compress=zstd" ];
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/0CBC-D947";
|
device = "/dev/disk/by-uuid/7e93d8ba-516b-424e-a8e5-149c1654212a";
|
||||||
fsType = "vfat";
|
fsType = "ext2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue