fix: nb add /boot mount
This commit is contained in:
parent
f256ca7fad
commit
3a6d5bb8c4
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@
|
|||
systemd.enable = true;
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/mapper/root";
|
||||
fsType = "btrfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue