fixed config var

This commit is contained in:
John Lancaster
2026-03-27 18:28:36 -05:00
parent ece89bfb43
commit c946a9fdf7
+3 -1
View File
@@ -111,6 +111,8 @@
}) })
]; ];
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; sops.age.sshKeyPaths = [
"${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519"
];
}; };
} }