From 8e5978d1b58995387fe12762742b23fca05d8564 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 16 Sep 2024 21:18:08 -0500 Subject: [PATCH] added key for horizon to authorized keys for defiant --- users/leyla/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/leyla/default.nix b/users/leyla/default.nix index 7546613..5e39f80 100644 --- a/users/leyla/default.nix +++ b/users/leyla/default.nix @@ -44,6 +44,12 @@ in ]; hashedPasswordFile = config.sops.secrets."passwords/leyla".path; + + openssh = { + authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHeItmt8TRW43uNcOC+eIurYC7Eunc0V3LGocQqLaYj leyla@horizon" + ]; + }; } else { isSystemUser = true; }