moving to john-pc
This commit is contained in:
@@ -35,9 +35,10 @@ in
|
||||
|
||||
config =
|
||||
let
|
||||
identityFile = config.ssh-new.keyFile;
|
||||
my-sops = (inputs.self.wrappers.mySops.apply {
|
||||
inherit pkgs;
|
||||
sshKey = config.ssh.identityFile;
|
||||
sshKey = identityFile;
|
||||
}).wrapper;
|
||||
in
|
||||
{
|
||||
@@ -46,7 +47,7 @@ in
|
||||
sops = {
|
||||
defaultSopsFile = ../../keys/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.sshKeyPaths = [ "${config.ssh.identityFile}" ];
|
||||
age.sshKeyPaths = [ identityFile ];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user