remove unifi borg backup since i've moved to a UDM SE

This commit is contained in:
Joseph Hanson 2024-09-02 22:20:17 -05:00
parent d5ee300cc9
commit 937658e50e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -128,13 +128,14 @@ in
remote.noWarning = true; remote.noWarning = true;
}; };
# Borg # Borg
borgbackup = { # My only borg backup was for the Unifi controller. I've since installed a UDM SE.
enable = true; # borgbackup = {
paths = [ "/eru/containers/volumes/unifi/" ]; # enable = true;
exclude = [ ]; # paths = [ "/eru/containers/volumes/unifi/" ];
repo = "ssh://t3zvn0dd@t3zvn0dd.repo.borgbase.com/./repo"; # exclude = [ ];
repoKeyPath = config.sops.secrets."borg/repository/passphrase".path; # repo = "ssh://t3zvn0dd@t3zvn0dd.repo.borgbase.com/./repo";
}; # repoKeyPath = config.sops.secrets."borg/repository/passphrase".path;
# };
}; };
services = { services = {
podman.enable = true; podman.enable = true;