diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d933685..62a734d 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -91,7 +91,6 @@ in boot.initrd.luks.devices = { crypted = { device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1"; - header = "/dev/disk/by-partuuid/3c43dda3-6a23-7148-add5-84354a28a59e"; preLVM = true; crypttabExtraOpts = [ "fido2-device=auto" "token-timeout=10s" ]; # fido2.credential = ""; diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index 6f95ff8..387c040 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -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 =