diff --git a/hosts/vmware/boot.nix b/hosts/vmware/boot.nix index 2f11e08..380fe7a 100644 --- a/hosts/vmware/boot.nix +++ b/hosts/vmware/boot.nix @@ -3,7 +3,7 @@ systemd-boot.enable = true; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + efiSysMountPoint = "/boot"; }; }; } diff --git a/hosts/vmware/hardware-configuration.nix b/hosts/vmware/hardware-configuration.nix index f5f5f48..e7e6c1e 100644 --- a/hosts/vmware/hardware-configuration.nix +++ b/hosts/vmware/hardware-configuration.nix @@ -42,12 +42,6 @@ fsType = "ext4"; }; - fileSystems."/mnt/boot" = - { device = "/dev/disk/by-uuid/73DE-6834"; - fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking