rename option

This commit is contained in:
twoneis 2025-02-23 15:48:43 +01:00
parent 6b8f0afde8
commit f51d625422

View file

@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }: let
inherit (lib) mkIf;
inherit (config) conf;
in mkIf conf.grafana.enable {
in mkIf conf.netdata.enable {
services.nginx = {
virtualHosts = {
"netdata.twoneis.site" = {