14 lines
126 B
Nix
14 lines
126 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
programs.ssh = {
|
|
enable = true;
|
|
};
|
|
|
|
home.persistence."/state".files = [
|
|
".ssh/known_hosts"
|
|
];
|
|
}
|