include all required age identity paths

This commit is contained in:
Tyler Starr 2024-10-16 17:26:47 -07:00
parent e3dd8d67d2
commit 847bd3b245

View File

@ -12,7 +12,11 @@
};
# Add user age key to identity path
age.identityPaths = [ "/home/${user}/.ssh/keys/age" ];
age.identityPaths = [
"/home/${user}/.ssh/keys/age"
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_rsa_key"
];
# Add non-free packages
nixpkgs.config.allowUnfree = true;