@cryptotaxi247 / infra-1 / commits / 74268a6c

eris,haumea: allow infra-core members to SSH without nixops ssh

Pierre Bourdon committed Jan 12, 2024 at 17:11 UTC 74268a6cef6d1e1995b4b65b3fb098a44ddd5da8
2 files changed +5
delft/eris.nix
+2
@@ -15,6 +15,8 @@ in
15 deployment.targetEnv = "hetzner";
16 deployment.hetzner.mainIPv4 = "138.201.32.77";
17
18 + users.users.root.openssh.authorizedKeys.keys =
19 + with import ../ssh-keys.nix; infra-core;
20
21 networking.extraHosts = ''
22 10.254.1.1 bastion
delft/haumea.nix
+3
@@ -12,6 +12,9 @@
12 deployment.targetEnv = "hetzner";
13 deployment.hetzner.mainIPv4 = "46.4.89.205";
14
15 + users.users.root.openssh.authorizedKeys.keys =
16 + with import ../ssh-keys.nix; infra-core;
17 +
18 deployment.hetzner.partitionCommand =
19 ''
20 if ! [ -e /usr/local/sbin/zfs ]; then