remove warning

This commit is contained in:
Joseph Hanson 2024-07-29 13:35:06 -05:00
parent 41810076a1
commit 8a0b92c990
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -16,7 +16,9 @@
# TODO: configure storagebox for hetzner backups # TODO: configure storagebox for hetzner backups
system.resticBackup = { system.resticBackup = {
local.enable = false; local.enable = false;
local.noWarning = true;
remote.enable = false; remote.enable = false;
remote.noWarning = true;
}; };
}; };