Fix hardware config again

This commit is contained in:
TheWanderingCrow 2024-09-21 17:51:41 +00:00
parent 09045bedb1
commit 2839f31d1a

View file

@ -40,12 +40,12 @@
};
fileSystems."/mnt" =
{ device = "/dev/disk/by-uuid/130bc871-00f6-4b1a-92b6-334e1024a352";
{ device = "/dev/disk/by-uuid/b8684e4b-b1be-4040-b575-d9a3c116dd23";
fsType = "ext4";
};
fileSystems."/mnt/boot" =
{ device = "/dev/disk/by-uuid/45E0-7A33";
{ device = "/dev/disk/by-uuid/A189-720A";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};