From b781acc6cddb173d8bee32ce350e15dc55940bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 17 Apr 2024 20:56:53 +0200 Subject: [PATCH] 29 current 2024-04-17 20:47:36 23.11.20240405.72da83d 6.1.84 * --- home/jonas/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/jonas/ssh.nix b/home/jonas/ssh.nix index cebd979..fcd66d1 100644 --- a/home/jonas/ssh.nix +++ b/home/jonas/ssh.nix @@ -21,6 +21,6 @@ in { key = "config"; path = "${config.home.homeDirectory}/.ssh/config"; }; - inherit (sshKeys passgit); - inherit (sshKeys borg); + inherit (sshKeys "passgit"); + inherit (sshKeys "borg"); }