reorg ssh wrappers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user