nixos: switch to a flake + change /boot part uuid
This commit is contained in:
parent
70131093c3
commit
b2f226cf49
3 changed files with 39 additions and 1 deletions
|
|
@ -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" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue