diff options
| author | Dominik Kaiser | 2025-02-16 22:29:19 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-16 22:29:19 +0100 |
| commit | 43fa7465b1ba90f58c07e937deae6baef08b477c (patch) | |
| tree | b24498e8c6b748367f429063475f0490cb515e0a /hosts/antares/configuration.nix | |
| parent | 679e6dd2d7d3c64cf1c33be9565423a29a5acdc8 (diff) | |
| download | nixos-43fa7465b1ba90f58c07e937deae6baef08b477c.tar.gz nixos-43fa7465b1ba90f58c07e937deae6baef08b477c.zip | |
Add ssh key to antares git
Diffstat (limited to 'hosts/antares/configuration.nix')
| -rw-r--r-- | hosts/antares/configuration.nix | 1 |
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" ]; }; |
