remove unifi borg backup since i've moved to a UDM SE
This commit is contained in:
parent
d5ee300cc9
commit
937658e50e
1 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue