diff options
Diffstat (limited to 'nix/machines')
| -rw-r--r-- | nix/machines/darwin-shared.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix index 5f46ce8..e19b7cc 100644 --- a/nix/machines/darwin-shared.nix +++ b/nix/machines/darwin-shared.nix @@ -91,12 +91,6 @@ # End Nix ''; - # Required for homebrew on aarch64 - environment.systemPath = [ - "/opt/homebrew/bin" - "/opt/homebrew/sbin" - ]; - ## this sets the PATH for GUI apps ## needs a restart launchd.user.agents = { @@ -106,23 +100,6 @@ }; }; - environment.variables = { - HOMEBREW_NO_ANALYTICS = "1"; - HOMEBREW_NO_INSECURE_REDIRECT = "1"; - HOMEBREW_NO_EMOJI = "1"; - HOMEBREW_NO_AUTO_UPDATE = "1"; - }; - - homebrew = { - enable = true; - - onActivation = { - autoUpdate = true; - cleanup = "uninstall"; - upgrade = true; - }; - }; - programs.ssh.knownHosts = { "github.com".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; |
