modules/prometheus: refactor
This commit is contained in:
parent
ebf69d94dd
commit
ec63c8b6cc
26 changed files with 579 additions and 407 deletions
|
@ -12,11 +12,12 @@
|
|||
networking.useNetworkd = true;
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.MACAddress = "00:16:3e:0a:ec:45";
|
||||
networkConfig.DHCP = "ipv4";
|
||||
dhcpV4Config = {
|
||||
UseDNS = true;
|
||||
matchConfig.MACAddress = "b6:20:0d:9a:6c:34";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPv6SendRA = true;
|
||||
};
|
||||
address = [ "2a03:4000:4a:148::1/64" ];
|
||||
};
|
||||
|
||||
commonSettings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue