diff --git a/machines/bonney/hardware-configuration.nix b/machines/bonney/hardware-configuration.nix index bfff1a7e..61daceae 100644 --- a/machines/bonney/hardware-configuration.nix +++ b/machines/bonney/hardware-configuration.nix @@ -22,6 +22,11 @@ fsType = "zfs"; }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/8615-D349"; + fsType = "vfat"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking