summaryrefslogtreecommitdiff
path: root/hosts/ahmed
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-06 11:35:04 +0200
committerLinnnus <[email protected]>2023-09-06 11:35:04 +0200
commit1b13a31cfedae20da0a9aed7b8768a6432889b65 (patch)
tree2fb869e77df73fcc28eeef78dc79b7c39e21fd2d /hosts/ahmed
parent17d483c8c8a96fad2200acaf802b7ef0b0eb494d (diff)
more stuff
Diffstat (limited to 'hosts/ahmed')
-rw-r--r--hosts/ahmed/ssh.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ahmed/ssh.nix b/hosts/ahmed/ssh.nix
index cedf56e..9e34d99 100644
--- a/hosts/ahmed/ssh.nix
+++ b/hosts/ahmed/ssh.nix
@@ -1,6 +1,6 @@
# This file configures openSSH on this host.
-{ config, pkgs, lib, ... }:
+{ config, pkgs, lib, misc, ... }:
{
# Who is allowed/expected to connect to this machine?
@@ -13,7 +13,7 @@
users.users = lib.genAttrs ["root" "linus"] (_: {
openssh.authorizedKeys.keys =
[
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDcmUCfFA/arYpT0zBWoOXcyxN5bgk5cMrWgTIol5RsHB82VzoS+LG3IV4IwBz4QALaCj5DlhfbasGKMkFRgFvLerEtBleIb58RtOXIOf6TIUaqpyHB3h2CjdwrbmyjjWEl9W2BTpadrR5uPr0HoeED8dCFYE5cPjrSELtrYxEW0o1DBJw8bXfpgyYB21loBzrcOhRsrPSaS0gYHZLGY7Av7FGfncVZDLNYL0/pZ/t0UWD6JF+6FgOdGWAuuwSt5WR9DVxGilVG5aFktDB14fNPEBIVf7tkT4/McAihR/u344yaiUWA4bV7w039Ubhn9NdnoBSvGrP6jTy/zDgq5ywFj8aqcdlahxtELNWgxYYrI8HZzvITKo1FU7BOcUN1vNS4npOvyWBl7s3jFCO+R2E/BoyjfsjYTylacpepf26D87U32jNsh39OKdHxRF3/qmMGYa1L7N4M0iT9WFEMCcKB/MMAcHgE25vWPQaY1orU8X8NZPhxjfIVcw1rqcjwCryNwb1ZOMTIEc9kbGiP99MhE7ZA0yvHZfMezeymSwg1kN+iJDTp24gSsFtYuz5vm9lRu/PzfU9lNlp2KHdaLISUouSCCHPgF7zZSWtXa1B920zrAg2Fco8/Iymh+Fa0UNnrbnfyQTgLeNT12SLD4Y5gHimUsuq8tFkxjR6WffmrRw== [email protected]"
+ misc.metadata.hosts.muhammed.sshPubKey
];
});
}