From eb545d2c6c972560d0cc272515c561c4ec551ade Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 20 Aug 2025 17:57:05 +0200 Subject: [PATCH] grafana: Remove `doBackups` option --- modules/system/services/grafana.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/services/grafana.nix b/modules/system/services/grafana.nix index 7fe7567..aa0358f 100644 --- a/modules/system/services/grafana.nix +++ b/modules/system/services/grafana.nix @@ -5,7 +5,6 @@ in { options.custom.services.grafana = { enable = lib.mkEnableOption ""; - doBackups = lib.mkEnableOption ""; domain = lib.mkOption { type = lib.types.nonEmptyStr; default = "";