aboutsummaryrefslogtreecommitdiff
path: root/machines/mbp-work.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2026-01-28 15:07:51 -0800
committerFranck Cuny <fcuny@roblox.com>2026-01-28 15:07:51 -0800
commit44501d92d07e087e4a16932e3903f69e6552b5e6 (patch)
treec58900042b08e17ebb39118c5acc5c8c9adb349a /machines/mbp-work.nix
parenteza: don't use --git-ignore (diff)
downloadinfra-44501d92d07e087e4a16932e3903f69e6552b5e6.tar.gz
install a recent version of coder for workHEADmain
Diffstat (limited to 'machines/mbp-work.nix')
-rw-r--r--machines/mbp-work.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix
index ba1c349..c13d966 100644
--- a/machines/mbp-work.nix
+++ b/machines/mbp-work.nix
@@ -10,9 +10,11 @@
};
imports = [
+ #keep-sorted start
../profiles/darwin.nix
../profiles/home-manager.nix
../profiles/users/home-manager.nix
+ #keep-sorted end
];
users.users.${adminUser.name} = {
@@ -24,19 +26,24 @@
home.stateVersion = "23.05";
home.homeDirectory = "/Users/${adminUser.name}";
imports = [
+ #keep-sorted start
../home/profiles/darwin.nix
../home/profiles/development.nix
../home/profiles/k8s.nix
../home/programs/hashi.nix
../home/programs/sapi.nix
+ #keep-sorted end
];
home.packages = with pkgs; [
+ #keep-sorted start
_1password-cli
awscli2
boundary # for secure remote access
+ coder-mainline
grpcurl
tfswitch
vault
+ #keep-sorted end
];
};
}