More logical name
This commit is contained in:
parent
8283068de3
commit
ba15898455
10 changed files with 20 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let cfg = config.voidcruiser.prometheus;
|
||||
let cfg = config.voidconf.prometheus;
|
||||
in {
|
||||
options.voidcruiser.prometheus = {
|
||||
options.voidconf.prometheus = {
|
||||
enable = mkEnableOption "Enable prometheus node";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue