reorg ssh wrappers

This commit is contained in:
John Lancaster
2026-07-07 18:25:09 -05:00
parent 4f9e67208b
commit b60b91926a
5 changed files with 181 additions and 205 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ in
config =
let
identityFile = config.ssh-new.keyFile;
identityFile = "${config.home.homeDirectory}/.ssh/${config.ssh-new.user.keyFile}";
my-sops = (inputs.self.wrappers.mySops.apply {
inherit pkgs;
sshKey = identityFile;