mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +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
|
|
@ -91,7 +91,6 @@ in
|
||||||
boot.initrd.luks.devices = {
|
boot.initrd.luks.devices = {
|
||||||
crypted = {
|
crypted = {
|
||||||
device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1";
|
device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1";
|
||||||
header = "/dev/disk/by-partuuid/3c43dda3-6a23-7148-add5-84354a28a59e";
|
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
crypttabExtraOpts = [ "fido2-device=auto" "token-timeout=10s" ];
|
crypttabExtraOpts = [ "fido2-device=auto" "token-timeout=10s" ];
|
||||||
# fido2.credential = "";
|
# fido2.credential = "";
|
||||||
|
|
|
||||||
|
|
@ -37,15 +37,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-label/boot";
|
{ device = "/dev/disk/by-uuid/12CE-A600";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
|
||||||
"noauto"
|
|
||||||
# "x-systemd.automount"
|
|
||||||
# "x-systemd.idle-timeout=1min"
|
|
||||||
# "x-systemd.device-timeout=1s"
|
|
||||||
# "x-systemd.mount-timeout=5s"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue