From 1132dda8a0fc1fc8e0894e62fc5a297fafa1e547 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 29 Sep 2025 17:06:51 -0700 Subject: [PATCH] [machines] Setup new work laptop --- flake.nix | 2 +- home/home-darwin-work.nix | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 5e7fcc5..cfed313 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ }; # Darwin/macOS configurations - darwinConfigurations.johno-macbookpro = inputs.nix-darwin.lib.darwinSystem rec { + darwinConfigurations."blkfv4yf49kt7" = inputs.nix-darwin.lib.darwinSystem rec { system = "aarch64-darwin"; modules = darwinModules ++ [ ./machines/johno-macbookpro/configuration.nix diff --git a/home/home-darwin-work.nix b/home/home-darwin-work.nix index 388c328..52fbfbd 100644 --- a/home/home-darwin-work.nix +++ b/home/home-darwin-work.nix @@ -13,12 +13,9 @@ in home.homeDirectory = lib.mkForce "/Users/johno"; home.stateVersion = "24.05"; - # Roles temporarily disabled to avoid kubectl dependency - # Override Darwin-incompatible settings from base role programs.rbw.settings.pinentry = lib.mkForce pkgs.pinentry_mac; - # Re-enable bash with bashrcExtra to append rather than replace programs.bash = { enable = true; initExtra = ''