grafana: Remove doBackups option

This commit is contained in:
SebastianStork 2025-08-20 17:57:05 +02:00
parent 2aeca33da2
commit eb545d2c6c

View file

@ -5,7 +5,6 @@ in
{
options.custom.services.grafana = {
enable = lib.mkEnableOption "";
doBackups = lib.mkEnableOption "";
domain = lib.mkOption {
type = lib.types.nonEmptyStr;
default = "";