From 8c6671c18392eb13d0fbd57a90bcb1a7f3c63889 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 17 Dec 2024 09:38:54 -0800 Subject: install some tools only on work machine --- nix/users/fcuny/work.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nix/users/fcuny/work.nix (limited to 'nix/users/fcuny/work.nix') 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 + ]; +} -- cgit 1.4.1