diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix index 7effbb8..8be8f0b 100644 --- a/system/hardware-configuration.nix +++ b/system/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-label/nixos-plasma6-24.05-x86_64"; + { device = "/dev/disk/by-partlabel/root"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-label/EFIBOOT"; + { device = "/dev/disk/by-partlabel/EFI"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };