Move to internal boot partition + attached header

This commit is contained in:
Lgmrszd 2025-01-31 01:07:23 +04:00
parent 810087e451
commit 1c80e5554c
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 1 additions and 9 deletions

View file

@ -37,15 +37,8 @@ in
};
fileSystems."/boot" =
{ device = "/dev/disk/by-label/boot";
{ device = "/dev/disk/by-uuid/12CE-A600";
fsType = "vfat";
options = [
"noauto"
# "x-systemd.automount"
# "x-systemd.idle-timeout=1min"
# "x-systemd.device-timeout=1s"
# "x-systemd.mount-timeout=5s"
];
};
swapDevices =