feat: herdr + agent network over netbird

This commit is contained in:
2026-08-23 14:39:31 +02:00
parent 1ba70151ef
commit 7313e167b1
63 changed files with 384 additions and 735 deletions
@@ -1,14 +1,12 @@
{lib, ...}: {
imports = [
./baserow.nix
# ./baserow.nix
./ghost.nix
./honcho.nix
./kestra.nix
# ./honcho.nix
./littlelink.nix
./matomo.nix
# ./matomo.nix
./netbird.nix
# ./n8n.nix
# ./pangolin.nix
./restreamer.nix
./slash.nix
./slash-nemoti.nix
@@ -16,7 +14,7 @@
];
system.activationScripts.createPodmanNetworkWeb = lib.mkAfter ''
if ! /run/current-system/sw/bin/podman network exists web; then
/run/current-system/sw/bin/podman network create web --subnet=10.89.0.0/24 --internal
/run/current-system/sw/bin/podman network create web --subnet=10.89.0.0/24 --gateway=10.89.0.1
fi
'';
}