fix: nb add /boot mount

This commit is contained in:
2025-10-19 12:17:04 +02:00
parent f256ca7fad
commit 3a6d5bb8c4

View File

@@ -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";