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; }