diff options
author | Linnnus <[email protected]> | 2025-03-25 12:50:29 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-25 12:50:29 +0100 |
commit | e26a65beca905cf44e1b02633f67d213ae3a84b6 (patch) | |
tree | 093874542e1a473ca2fc90f01e1a97e30044ed9c /hosts/ahmed/ssh/default.nix | |
parent | 65941bf84c62a02a97c68e5f67851f355309c1e2 (diff) |
Refactor metadata.toml
Diffstat (limited to 'hosts/ahmed/ssh/default.nix')
-rw-r--r-- | hosts/ahmed/ssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/ssh/default.nix b/hosts/ahmed/ssh/default.nix index 4912bf5..a2110b7 100644 --- a/hosts/ahmed/ssh/default.nix +++ b/hosts/ahmed/ssh/default.nix @@ -13,7 +13,7 @@ users.users = lib.genAttrs ["root" "linus"] (_: { openssh.authorizedKeys.keys = [ - metadata.hosts.muhammed.sshPubKey + metadata.hosts.muhammed.sshKeys.linus # Identity used by Termios on iPhone. "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBPbGet0Mn5+HMeRBXeOkSYqGqbefFZ4kE9aYemyDp9D" |