aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-30 14:43:01 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-30 14:43:01 -0700
commit4a37b2ef7b30f663ccf498c3ee412929963395ff (patch)
tree54d9a4e0dbc44ab9d36e2398529dc1810bfbd1b9 /nix
parentadd more aliases for ssh to various environments (diff)
downloadinfra-4a37b2ef7b30f663ccf498c3ee412929963395ff.tar.gz
drop homebrew
Diffstat (limited to 'nix')
-rw-r--r--nix/machines/darwin-shared.nix23
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";