fix cfg variable
This commit is contained in:
parent
519e907278
commit
115535c386
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{lib, ...}:
|
{lib, ...}:
|
||||||
with lib; let
|
with lib; let
|
||||||
name = "grafana-server";
|
name = "grafana-server";
|
||||||
cfg = config.server.grafana;
|
cfg = config.services.skynet.grafana;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./acme.nix
|
./acme.nix
|
||||||
|
|
Loading…
Reference in a new issue