Install Terraform
Eelco Dolstra committed
Jul 19, 2018 at 16:31 UTC
abb2e50bb199a73493c485b35879ed69e215a7dc
1 file changed
+3
-1
bastion/network.nix
+3
-1
@@ -113,12 +113,14 @@ in
113
{ description = "NixOps deployments";
114
isNormalUser = true;
115
openssh.authorizedKeys.keys =
116
- [ sshKeys.eelco sshKeys.rob sshKeys.graham sshKeys.zimbatm sshKeys.amine ];
116
+ [ sshKeys.eelco sshKeys.rob sshKeys.graham sshKeys.zimbatm sshKeys.amine ];
117
};
118
119
environment.systemPackages =
120
[ pkgs.nixops
121
pkgs.awscli
122
+ pkgs.tmux
123
+ pkgs.terraform
124
];
125
126
nix.gc.automatic = true;