From 4aa27cf9bbb434b126d733b4e431be99adad2a08 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 26 Dec 2023 15:01:11 +0000 Subject: [PATCH] Add apfs-fuse to odyssey --- hosts/odyssey/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; }