mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-21 07:07:36 +02:00
feat: passby router - aqua
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user