tunnel munin node traffic on lan through wireguard

This commit is contained in:
Tim Schubert 2024-03-23 18:37:56 +01:00
parent 017725d2cf
commit 7d1047e5fe
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
7 changed files with 87 additions and 26 deletions

View file

@ -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;