Files
nix-config-ryan4yin/hosts/idols_aquamarine/dae.nix
T
2024-01-29 01:23:18 +08:00

12 lines
248 B
Nix

# 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;
};
}