aboutsummaryrefslogtreecommitdiff
path: root/machines/mbp-work.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-02 12:06:12 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-02 12:06:12 -0800
commit9dadee200241480f3c20677bf6aea63126bb880f (patch)
tree7757c2d7c8e2cf8bbd3fd17efbef58d5bd68b088 /machines/mbp-work.nix
parentinitial setup for ollama (diff)
downloadinfra-9dadee200241480f3c20677bf6aea63126bb880f.tar.gz
one last big shuffle
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix9
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