diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 93157e0..3b183cd 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -64,5 +64,9 @@ networking.useDHCP = lib.mkDefault true; + environment.systemPackages = [ + pkgs.apfs-fuse + ]; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }