feat: add autossh
This commit is contained in:
parent
290524071a
commit
ecf9efc39c
5 changed files with 59 additions and 0 deletions
|
|
@ -20,5 +20,9 @@ rec {
|
|||
matrix = {
|
||||
trusted_servers = [ "matrix.org" ];
|
||||
};
|
||||
autossh = {
|
||||
key_path = "/etc/auto-ssh_secrets/key";
|
||||
known_hosts = "/etc/auto-ssh_secrets/known_hosts";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue