diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 13cd833..de4c1dd 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -5,6 +5,12 @@ ]; vhack = { + backup = { + enable = true; + privateSshKey = ./secrets/backupssh.age; + privatePassword = ./secrets/backuppass.age; + user = "u384702-sub4"; + }; fail2ban.enable = true; mastodon = { enable = true; |