fix: nb add /boot mount
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user