7 lines
105 B
Nix
7 lines
105 B
Nix
{...}: {
|
|
services.adguardhome = {
|
|
enable = true;
|
|
port = 34778;
|
|
openFirewall = true;
|
|
};
|
|
}
|