diff --git a/hosts/mac-nixos/hardware-configuration.nix b/hosts/mac-nixos/hardware-configuration.nix index e5423ec..804f54b 100644 --- a/hosts/mac-nixos/hardware-configuration.nix +++ b/hosts/mac-nixos/hardware-configuration.nix @@ -48,11 +48,16 @@ options = [ "subvol=root" ]; }; - fileSystems."/boot" = + fileSystems."/boot/EFI" = { device = "/dev/disk/by-uuid/F4A1-C77F"; fsType = "vfat"; }; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/3aaa1d0e-057d-4b7d-b2fe-ef02db373e9f"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking