diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2024-08-15 08:22:28 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2024-08-15 08:22:28 +0200 |
commit | 26c9e8546de2f349de5ac161f86c7e8856313555 (patch) | |
tree | 8d3d607f22a0f98891ba0b2c94a60c5d7afd2ef2 /systems | |
parent | eb85bb961732bc57b1ef06d96f16a38c97cb6202 (diff) |
git: add kirchner's alternative alternative ssh key
Diffstat (limited to 'systems')
-rw-r--r-- | systems/system1/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index ea14e10..5695eb9 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -22,6 +22,7 @@ fysiweb-apps.public.static-users.public.users.kirchner.publicKeyFiles = [ (toString ../../public + "/kirchner.id_rsa.pub") (toString ../../public + "/kirchner@hereon.id_rsa.pub") + (toString ../../public + "/kirchner@hereon-laptop.id_rsa.pub") ]; } # enable authelia |