diff --git a/systems/aarch64-darwin/macbook-pro/default.nix b/systems/aarch64-darwin/macbook-pro/default.nix index b42f212..5cadcda 100755 --- a/systems/aarch64-darwin/macbook-pro/default.nix +++ b/systems/aarch64-darwin/macbook-pro/default.nix @@ -33,15 +33,15 @@ nix = { linux-builder = { - enable = true; + enable = false; config = ( { ... }: { virtualisation.cores = 6; - environment.etc."ccache.conf".text = '' - remote_storage: redis://jallen-nas.local:6363 - remote_only: true - ''; + # environment.etc."ccache.conf".text = '' + # remote_storage: redis://jallen-nas.local:6363 + # remote_only: true + # ''; # programs.ccache.cacheDir = "/etc/ccache"; # systemd.tmpfiles.rules = [ # # "d /var/cache/ccache 0770 builder nixbld -" diff --git a/systems/aarch64-darwin/macbook-pro/homebrew.nix b/systems/aarch64-darwin/macbook-pro/homebrew.nix index b56eabb..0d2e3b1 100644 --- a/systems/aarch64-darwin/macbook-pro/homebrew.nix +++ b/systems/aarch64-darwin/macbook-pro/homebrew.nix @@ -34,7 +34,7 @@ "gstreamer-runtime" "iterm2" "jagex" - "jordanbaird-ice" + # "jordanbaird-ice" "kitty" "minecraft" "omnissa-horizon-client" @@ -47,6 +47,7 @@ "steam" "tabby" "tg-pro" + # "thaw" "utm" "vesktop" "vlc"