go to by-label for peach

This commit is contained in:
Sean Kovacs 2025-12-14 15:38:43 -05:00
commit 644c291b69
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -29,12 +29,12 @@
''; '';
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/8a3cb91f-2e3f-498d-8613-230976dff36e"; device = "/dev/disk/by-label/NixOS";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-uuid/FA86-1704"; device = "/dev/disk/by-label/EFI";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"fmask=0022" "fmask=0022"