all repos — nixfiles @ aec14387c6651a4a067ef2ece4105210feeb4bc9

System and user configuration, managed by nix and home-manager

Use Strongbox as an SSH agent instead of Secretive

Alan Pearce
commit

aec14387c6651a4a067ef2ece4105210feeb4bc9

parent

baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M system/settings/configuration/user.nixsystem/settings/configuration/user.nix
@@ -11,7 +11,7 @@ initialPassword = "password";
home = "/home/alan"; uid = 1000; openssh.authorizedKeys.keys = [ - "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGzM6PoCJxMZk2qbBznZG2V+/yC+8MlF7SAc5LCp5fVeWnAMa1C1ZJ+l8EYnCPLjAq6SaM1Qxw6fTyurajdtnPM= lan@secretive.mba.local" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvcW4Z9VxOQgEJjsRC1uSMwEJ4vru9BwjT+Z50nawp4 alan" ]; }; }