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"); }