tunnel munin node traffic on lan through wireguard
This commit is contained in:
parent
017725d2cf
commit
7d1047e5fe
7 changed files with 87 additions and 26 deletions
|
@ -15,13 +15,13 @@
|
|||
enable = true;
|
||||
hosts = ''
|
||||
[${config.networking.hostName}]
|
||||
address localhost
|
||||
address 10.3.3.3
|
||||
|
||||
[surgat]
|
||||
address 10.3.3.1
|
||||
|
||||
[agares]
|
||||
address 192.168.101.1
|
||||
address 10.3.3.2
|
||||
'';
|
||||
};
|
||||
services.munin-node.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue