diff --git a/nixos/profiles/hw-hetzner-cax.nix b/nixos/profiles/hw-hetzner-cax.nix index a880218..b86018f 100644 --- a/nixos/profiles/hw-hetzner-cax.nix +++ b/nixos/profiles/hw-hetzner-cax.nix @@ -16,7 +16,9 @@ # TODO: configure storagebox for hetzner backups system.resticBackup = { local.enable = false; + local.noWarning = true; remote.enable = false; + remote.noWarning = true; }; };