diff options
author | Alan Pearce | 2023-06-16 17:00:05 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-16 17:03:04 +0200 |
commit | aec14387c6651a4a067ef2ece4105210feeb4bc9 (patch) | |
tree | 9310d30d92481b76b28682f9ea4e038fc1a5e062 /system/settings/configuration | |
parent | baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34 (diff) | |
download | nixfiles-aec14387c6651a4a067ef2ece4105210feeb4bc9.tar.lz nixfiles-aec14387c6651a4a067ef2ece4105210feeb4bc9.tar.zst nixfiles-aec14387c6651a4a067ef2ece4105210feeb4bc9.zip |
Use Strongbox as an SSH agent instead of Secretive
Diffstat (limited to 'system/settings/configuration')
-rw-r--r-- | system/settings/configuration/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/configuration/user.nix b/system/settings/configuration/user.nix index 3fb06cc8..070d75a3 100644 --- a/system/settings/configuration/user.nix +++ b/system/settings/configuration/user.nix @@ -11,7 +11,7 @@ home = "/home/alan"; uid = 1000; openssh.authorizedKeys.keys = [ - "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGzM6PoCJxMZk2qbBznZG2V+/yC+8MlF7SAc5LCp5fVeWnAMa1C1ZJ+l8EYnCPLjAq6SaM1Qxw6fTyurajdtnPM= lan@secretive.mba.local" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvcW4Z9VxOQgEJjsRC1uSMwEJ4vru9BwjT+Z50nawp4 alan" ]; }; } |