Removed syncoid module

This commit is contained in:
alejandro-angulo 2024-09-17 17:45:41 -07:00
parent 917b7f352d
commit a816f12d4c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 0 additions and 108 deletions

View file

@ -44,16 +44,6 @@
configureClientRouting = true;
configureServerRouting = true;
};
services.syncoid = {
enable = true;
commands = {
"rpool" = {
target = "backups@192.168.113.13:tank/backups/gospel/rpool";
recursive = true;
sshKey = "/var/lib/syncoid/.ssh/id_ed25519";
};
};
};
services.prometheus.enable = true;
services.promtail.enable = true;
services.hydra = {