diff --git a/nixos/servnerr-3/configuration.nix b/nixos/servnerr-3/configuration.nix index 3f28c8b..43b71b4 100644 --- a/nixos/servnerr-3/configuration.nix +++ b/nixos/servnerr-3/configuration.nix @@ -89,7 +89,7 @@ in { nfs.server = { enable = true; exports = with vars.interfaces.lan0; '' - /primary ${ipv4_subnet}(rw,sync,no_subtree_check,crossmnt) ${ipv6.ula_subnet}(rw,sync,no_subtree_check,crossmnt) + /primary 192.168.1.0/24(rw,sync,no_subtree_check,crossmnt) fd9e:1a04:f01d::/64(rw,sync,no_subtree_check,crossmnt) ''; }; diff --git a/nixos/servnerr-3/prometheus.nix b/nixos/servnerr-3/prometheus.nix index cc0d3ef..b0f53cc 100644 --- a/nixos/servnerr-3/prometheus.nix +++ b/nixos/servnerr-3/prometheus.nix @@ -131,6 +131,10 @@ in { [ "switch-livingroom01" "switch-office01" "ap-livingroom02" ]; }]; } + { + job_name = "wireguard"; + static_configs = [{ targets = [ "routnerr-2:9586" ]; }]; + } ]; }; }