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 = ''