nixos/godns: init module

Initial implementation of the GoDNS service module. This module allows users to enable and configure the GoDNS service on their NixOS system. It includes options for specifying the GoDNS package and the path to the configuration file.
This commit is contained in:
Michael van Straten 2024-10-13 17:01:46 +02:00
parent 015448ec7b
commit a890891acc
3 changed files with 88 additions and 0 deletions

View file

@ -1137,6 +1137,7 @@
./services/networking/go-shadowsocks2.nix
./services/networking/gobgpd.nix
./services/networking/gokapi.nix
./services/networking/godns.nix
./services/networking/gvpe.nix
./services/networking/hans.nix
./services/networking/harmonia.nix