nixos: switch to a flake + change /boot part uuid

This commit is contained in:
Khaïs COLIN 2024-07-28 11:36:51 +02:00
parent 70131093c3
commit b2f226cf49
3 changed files with 39 additions and 1 deletions

View file

@ -19,7 +19,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3CAB-9F54";
{ device = "/dev/disk/by-uuid/929D-FA32";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};