fixed too much stuff

This commit is contained in:
chloe 2025-02-13 23:42:48 +01:00
parent e9adff9c68
commit cf80eff840
5 changed files with 19 additions and 8 deletions

View file

@ -32,7 +32,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/6946-B7B0";
{ device = "/dev/disk/by-uuid/E021-ADA0";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};