feat: passby router - aqua

This commit is contained in:
Ryan Yin
2024-01-21 17:22:59 +08:00
parent a2814f326c
commit 22066db41b
26 changed files with 542 additions and 176 deletions
+11
View File
@@ -0,0 +1,11 @@
# https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/modules/services/networking/dae.nix
{
services.dae = {
enable = true;
openFirewall = {
enable = true;
port = 12345;
};
configFile = ./bypass-router.dae;
};
}