add boot partition

This commit is contained in:
Noa Aarts 2025-03-29 22:49:56 +01:00
parent 5338c5b15e
commit 1ef22c7378
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -27,6 +27,11 @@
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/3EFA-7FDD";
fsType = "vfat";
};
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";