fixup! wip

nazuna
Simon Bruder 2023-10-04 15:41:13 +02:00
parent 79e4438d5a
commit 0048c6d523
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 7 deletions

View File

@ -13,11 +13,6 @@
network.enable = true; # remote unlocking
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 = {
@ -27,8 +22,8 @@
options = [ "compress=zstd" ];
};
"/boot" = {
device = "/dev/disk/by-uuid/0CBC-D947";
fsType = "vfat";
device = "/dev/disk/by-uuid/7e93d8ba-516b-424e-a8e5-149c1654212a";
fsType = "ext2";
};
};