diff --git a/systems/gwyn/default.nix b/systems/gwyn/default.nix index 5d25290..36c2c6a 100644 --- a/systems/gwyn/default.nix +++ b/systems/gwyn/default.nix @@ -26,6 +26,9 @@ # Required to build aarch64 packages boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot = { + supportedFilesystems = [ "apfs" "ext4" "nfs" "nfs4" "ntfs" "cifs" ]; + }; fileSystems."/" = { device = "/dev/disk/by-label/nixos";