moving to john-pc

This commit is contained in:
John Lancaster
2026-07-05 19:01:38 -05:00
parent dc89592eb1
commit a60d2bcd28
4 changed files with 29 additions and 28 deletions
+3 -2
View File
@@ -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; [