more incomprehensible changes :)

This commit is contained in:
Emile Clark-Boman 2024-11-04 11:59:14 +10:00
parent c4449191dd
commit 2a0373dc73
14 changed files with 1267 additions and 47 deletions

View file

@ -18,7 +18,8 @@
fsType = "ext4";
};
fileSystems."/boot" =
#fileSystems."/boot" = # BIOS
fileSystems."/boot" = # UEFI
{ device = "/dev/disk/by-uuid/7046-177A";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];