30 current 2024-04-17 21:03:21 23.11.20240405.72da83d 6.1.84 *
This commit is contained in:
@@ -15,12 +15,13 @@
|
||||
path = "${config.home.homeDirectory}/.ssh/id_rsa_${name}";
|
||||
};
|
||||
};
|
||||
in {
|
||||
sops.secrets."ssh/config" = {
|
||||
sopsFile = ../../secrets/jonas/ssh.yaml;
|
||||
key = "config";
|
||||
path = "${config.home.homeDirectory}/.ssh/config";
|
||||
};
|
||||
inherit (sshKeys "passgit");
|
||||
inherit (sshKeys "borg");
|
||||
}
|
||||
in
|
||||
{
|
||||
sops.secrets."ssh/config" = {
|
||||
sopsFile = ../../secrets/jonas/ssh.yaml;
|
||||
key = "config";
|
||||
path = "${config.home.homeDirectory}/.ssh/config";
|
||||
};
|
||||
}
|
||||
// (sshKeys "passgit")
|
||||
// (sshKeys "borg")
|
||||
|
||||
Reference in New Issue
Block a user