nix-config/modules/nixos/adguardhome.nix
2025-07-08 10:05:22 +02:00

6 lines
72 B
Nix

{
services.adguardhome = {
enable = true;
port = 3000;
};
}