From 1df34f4f00d59d4a4128bd6de9b5114f32bd0b2c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 17 Mar 2023 11:20:42 -0400 Subject: [PATCH] Fix secrets.nix --- secrets/secrets.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 75b9b29..16c4217 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -1,8 +1,8 @@ let keys = - (import ../users/config.nix).users.ssrid.sshKeys + (import ../users/config.nix).users.srid.sshKeys ++ [ - (import ../systems/hetzner/ax41.info.nix).hostKeyPub + (import ../systems/hetzner/ax101.info.nix).hostKeyPub ]; in # How I rekey on macOS: