diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index 30365e6..ea4cfb9 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -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;