revamp
This commit is contained in:
parent
d23c039131
commit
f59e1af4bd
20 changed files with 62 additions and 157 deletions
|
@ -3,12 +3,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.persistence."/persist".files = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
];
|
||||
|
||||
age.identityPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
|
||||
age.identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
@ -27,6 +22,7 @@
|
|||
|
||||
programs.ssh = {
|
||||
startAgent = true;
|
||||
enableAskPassword = true;
|
||||
askPassword = lib.getExe' pkgs.ksshaskpass "ksshaskpass";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue