diff --git a/sites/sunflower/hardware-configuration.nix b/sites/sunflower/hardware-configuration.nix index a5fd697..9e86a26 100644 --- a/sites/sunflower/hardware-configuration.nix +++ b/sites/sunflower/hardware-configuration.nix @@ -33,7 +33,7 @@ fsType = "zfs"; }; - fileSystems."/boot/efi" = + fileSystems."/boot" = { device = "/dev/disk/by-uuid/564D-E28E"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ];