mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
d542cbffd8
@ -12,7 +12,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Add user age key to identity path
|
# 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
|
# Add non-free packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user