moved key def

This commit is contained in:
John Lancaster
2026-03-27 18:26:00 -05:00
parent 13e2045070
commit f9546b7448
+1 -1
View File
@@ -106,11 +106,11 @@
rebuild rebuild
({config, ... }: { ({config, ... }: {
my-vscode.enable = true; my-vscode.enable = true;
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"];
mysops.hostSecretFile = "${config.home.homeDirectory}/Documents/dendritic/modules/hosts/john-p14s/secrets.yaml"; mysops.hostSecretFile = "${config.home.homeDirectory}/Documents/dendritic/modules/hosts/john-p14s/secrets.yaml";
homeManagerFlakeDir = "${config.home.homeDirectory}/Documents/dendritic"; homeManagerFlakeDir = "${config.home.homeDirectory}/Documents/dendritic";
}) })
]; ];
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"];
}; };
} }