mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-19 20:42:24 +00:00
rename vm-agent to vmagent
This commit is contained in:
parent
645454cb9a
commit
28ac5523f8
@ -11,7 +11,7 @@
|
||||
let
|
||||
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
cfg = config.nmasur.presets.services.vm-agent;
|
||||
cfg = config.nmasur.presets.services.vmagent;
|
||||
|
||||
username = "prometheus";
|
||||
|
||||
@ -30,8 +30,8 @@ let
|
||||
in
|
||||
{
|
||||
|
||||
options.nmasur.presets.services.vm-agent.enable =
|
||||
lib.mkEnableOption "vm-agent VictoriaMetrics collector";
|
||||
options.nmasur.presets.services.vmagent.enable =
|
||||
lib.mkEnableOption "vmagent VictoriaMetrics collector";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
@ -25,7 +25,7 @@ in
|
||||
nix.enable = lib.mkDefault true;
|
||||
openssh.enable = lib.mkDefault true;
|
||||
prometheus-exporters.enable = lib.mkDefault true;
|
||||
vm-agent.enable = lib.mkDefault true;
|
||||
vmagent.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user