I may have made a typo

This commit is contained in:
Chris Kruining 2025-07-31 22:23:05 +02:00
parent d7b3d24e19
commit de913443fb
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -11,12 +11,12 @@ in
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/58272a1d-1b1d-4f42-b34a-bbc489f11022"; device = "/dev/disk/by-label/NIXROOT";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/BC59-C3D9"; device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };