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, ...}:
|
||||
with lib; let
|
||||
name = "grafana-server";
|
||||
cfg = config.server.grafana;
|
||||
cfg = config.services.skynet.grafana;
|
||||
in {
|
||||
imports = [
|
||||
./acme.nix
|
||||
|
|
Loading…
Reference in a new issue