setting age key paths

This commit is contained in:
John Lancaster
2026-03-27 18:21:43 -05:00
parent 5925c733d6
commit 13e2045070
@@ -106,6 +106,7 @@
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";
}) })