1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore(sad): why is my prefix delegation not delegating prefixes

This commit is contained in:
oddlama 2024-06-10 22:49:07 +02:00
parent 461f651e26
commit 98f228fca7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 17 additions and 2 deletions

View file

@ -4,6 +4,7 @@
inputs,
lib,
minimal,
nodes,
...
}: {
imports = [
@ -34,7 +35,7 @@
};
# Connect safely via wireguard to skip authentication
networking.hosts.${config.wireguard.proxy-home.ipv4} = [globals.services.influxdb.domain];
networking.hosts.${nodes.ward-web-proxy.config.wireguard.proxy-home.ipv4} = [globals.services.influxdb.domain];
meta.telegraf = {
enable = true;
influxdb2 = {