summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-16 22:29:19 +0100
committerDominik Kaiser2025-02-16 22:29:19 +0100
commit43fa7465b1ba90f58c07e937deae6baef08b477c (patch)
treeb24498e8c6b748367f429063475f0490cb515e0a /hosts
parent679e6dd2d7d3c64cf1c33be9565423a29a5acdc8 (diff)
downloadnixos-43fa7465b1ba90f58c07e937deae6baef08b477c.tar.gz
nixos-43fa7465b1ba90f58c07e937deae6baef08b477c.zip
Add ssh key to antares git
Diffstat (limited to 'hosts')
-rw-r--r--hosts/antares/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix
index 5151125..46100a3 100644
--- a/hosts/antares/configuration.nix
+++ b/hosts/antares/configuration.nix
@@ -97,6 +97,7 @@
shell = "${pkgs.git}/bin/git-shell";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtL2eG098LhkFPR4N5e44XMq60uvCUCOuKMYs5zjg6f"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGzU5XXItAaMCLOLGvhWpd/i45v++68Ooo3rBpztS/kC"
];
};