change to partlabels

This commit is contained in:
Mohamed Chrayed 2024-08-05 17:31:11 +02:00
parent d2682789a6
commit a82181383b

View File

@ -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" ];
};