mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
Move to internal boot partition + attached header
This commit is contained in:
parent
810087e451
commit
1c80e5554c
2 changed files with 1 additions and 9 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue