From ca57eefd6f0d7eeeb68f7cf92e2754594180a1d6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 1 Aug 2023 11:13:03 +0200 Subject: [PATCH] Enable support for apfs --- systems/gwyn/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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";