From 8a0b92c9900c466a69bf9046f04023b7163da02b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Jul 2024 13:35:06 -0500 Subject: [PATCH] remove warning --- nixos/profiles/hw-hetzner-cax.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; };