diff --git a/hardware-configuration.nix b/hardware-configuration.nix index cac87c1..03cd1bb 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -19,6 +19,10 @@ device = "/dev/disk/by-label/nixos"; fsType = "ext4"; }; + "/boot" = { + device = "/dev/disk/by-label/boot"; + fsType = "vfat"; + }; }; swapDevices = [ ];