feat: add autossh

This commit is contained in:
Katharina Heidenreich 2026-03-14 13:33:53 +01:00
parent 290524071a
commit ecf9efc39c
5 changed files with 59 additions and 0 deletions

View file

@ -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";
};
}