diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-02 12:06:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-02 12:06:12 -0800 |
| commit | 9dadee200241480f3c20677bf6aea63126bb880f (patch) | |
| tree | 7757c2d7c8e2cf8bbd3fd17efbef58d5bd68b088 /machines/mbp-work.nix | |
| parent | initial setup for ollama (diff) | |
| download | infra-9dadee200241480f3c20677bf6aea63126bb880f.tar.gz | |
one last big shuffle
Diffstat (limited to '')
| -rw-r--r-- | machines/mbp-work.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index a47d0a8..57cb98e 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -21,11 +21,10 @@ home.homeDirectory = "/Users/${adminUser.name}"; imports = [ ../home/profiles/mac.nix - ../programs/dev/k8s.nix - ../programs/dev/k9s.nix - ../programs/dev/kubie.nix - ../programs/security/hashi.nix - ../programs/security/sapi.nix + ../home/profiles/development.nix + ../home/profiles/k8s.nix + ../programs/hashi.nix + ../programs/sapi.nix ]; home.packages = with pkgs; [ awscli2 |
