mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-15 09:17:31 -08:00
include all required age identity paths
This commit is contained in:
parent
e3dd8d67d2
commit
847bd3b245
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user