mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00: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 = {
|
options.custom.services.grafana = {
|
||||||
enable = lib.mkEnableOption "";
|
enable = lib.mkEnableOption "";
|
||||||
doBackups = lib.mkEnableOption "";
|
|
||||||
domain = lib.mkOption {
|
domain = lib.mkOption {
|
||||||
type = lib.types.nonEmptyStr;
|
type = lib.types.nonEmptyStr;
|
||||||
default = "";
|
default = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue