Working bootstrap key

This commit is contained in:
2025-08-24 19:02:42 -04:00
parent 3497d93dcb
commit a8851c19e4
4 changed files with 18 additions and 14 deletions

View File

@@ -17,7 +17,10 @@
keys = import ./lib/keys.nix;
paths = {
flake = "/home/gortium/infra";
identities = [ "/home/gortium/.ssh/gortium_ssh_key" "/etc/ssh/ssh_host_ed25519_key" ];
identities = [
"/home/gortium/.ssh/gortium_ssh_key"
"/etc/ssh/ssh_host_ed25519_key"
"/root/.age/bootstrap.key" ];
};
overlays = [ agenix.overlays.default ];
pkgs = import nixpkgs {