diff options
Diffstat (limited to '')
-rw-r--r-- | nix/users/fcuny/work.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix new file mode 100644 index 0000000..cc80104 --- /dev/null +++ b/nix/users/fcuny/work.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: { + imports = [ ./k8s.nix ]; + + home.packages = with pkgs; [ + # hashicorp + boundary + nomad-pack + tfswitch + + # for ssh + sapi + ]; +} |