about summary refs log tree commit diff
path: root/nix/users/fcuny/work.nix
blob: cc80104348d6c897a31e8fa5925774b497ea112c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs, ... }: {
  imports = [ ./k8s.nix ];

  home.packages = with pkgs; [
    # hashicorp
    boundary
    nomad-pack
    tfswitch

    # for ssh
    sapi
  ];
}