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 = {

View file

@ -42,13 +42,6 @@
};
services.loki.enable = true;
services.promtail.enable = true;
services.syncoid = {
# sudo -u backups zfs create -o mountpoint=/tank/backups/gospel tank/backups/gospel
enable = true;
remoteTargetUser = "backups";
remoteTargetDatasets = ["tank/backups"];
remoteTargetPublicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAhA+9O2OBMDH1Xnj6isu36df5TOdZG8aEA4JpN2K60e syncoid@gospel"];
};
services.teslamate = {
enable = true;
database = {