This commit is contained in:
parent
fdb6de025b
commit
7c96e82f83
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
}: let
|
||||
ip = i: "10.24.1.${toString i}";
|
||||
ips = builtins.mapAttrs (nixpkgs.lib.const ip) molecules;
|
||||
ips' = builtins.mapAttrs (ip: "${ip}:6703") ips;
|
||||
ips' = builtins.mapAttrs (name: ip: "${ip}:6703") ips;
|
||||
in {
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue