mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
grafana: Remove doBackups option
This commit is contained in:
parent
2aeca33da2
commit
eb545d2c6c
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ in
|
|||
{
|
||||
options.custom.services.grafana = {
|
||||
enable = lib.mkEnableOption "";
|
||||
doBackups = lib.mkEnableOption "";
|
||||
domain = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
default = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue