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;
|
||||
};
|
||||
# Borg
|
||||
borgbackup = {
|
||||
enable = true;
|
||||
paths = [ "/eru/containers/volumes/unifi/" ];
|
||||
exclude = [ ];
|
||||
repo = "ssh://t3zvn0dd@t3zvn0dd.repo.borgbase.com/./repo";
|
||||
repoKeyPath = config.sops.secrets."borg/repository/passphrase".path;
|
||||
};
|
||||
# My only borg backup was for the Unifi controller. I've since installed a UDM SE.
|
||||
# borgbackup = {
|
||||
# enable = true;
|
||||
# paths = [ "/eru/containers/volumes/unifi/" ];
|
||||
# exclude = [ ];
|
||||
# repo = "ssh://t3zvn0dd@t3zvn0dd.repo.borgbase.com/./repo";
|
||||
# repoKeyPath = config.sops.secrets."borg/repository/passphrase".path;
|
||||
# };
|
||||
};
|
||||
services = {
|
||||
podman.enable = true;
|
||||
|
|
Loading…
Reference in a new issue