Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-10-17 09:19:57 -07:00
commit d542cbffd8

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;