diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-28 15:07:51 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-28 15:07:51 -0800 |
| commit | 44501d92d07e087e4a16932e3903f69e6552b5e6 (patch) | |
| tree | c58900042b08e17ebb39118c5acc5c8c9adb349a /machines | |
| parent | eza: don't use --git-ignore (diff) | |
| download | infra-44501d92d07e087e4a16932e3903f69e6552b5e6.tar.gz | |
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/mbp-work.nix | 7 |
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 ]; }; } |
