29 current 2024-04-17 20:47:36 23.11.20240405.72da83d 6.1.84 *

This commit is contained in:
2024-04-17 20:56:53 +02:00
parent 7e5f276e2a
commit b781acc6cd

View File

@@ -21,6 +21,6 @@ in {
key = "config"; key = "config";
path = "${config.home.homeDirectory}/.ssh/config"; path = "${config.home.homeDirectory}/.ssh/config";
}; };
inherit (sshKeys passgit); inherit (sshKeys "passgit");
inherit (sshKeys borg); inherit (sshKeys "borg");
} }