Replace telegraf with node exporter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -10,7 +10,7 @@ in
|
||||
"net.ipv4.conf.all.proxy_arp" = 1;
|
||||
};
|
||||
|
||||
sops.secrets."wireguard" = { };
|
||||
sops.secrets.wireguard = { };
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
@@ -21,7 +21,7 @@ in
|
||||
wireguard.interfaces.wg0 = {
|
||||
ips = [ "10.0.0.1/24" ];
|
||||
listenPort = wireguardPort;
|
||||
privateKeyFile = config.sops.secrets."wireguard".path;
|
||||
privateKeyFile = config.sops.secrets.wireguard.path;
|
||||
|
||||
peers = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user