I should commit more frequently 🫣
This commit is contained in:
parent
d7e82621c8
commit
f1483e45f0
70 changed files with 2344 additions and 599 deletions
11
modules/adguard-home/default.nix
Normal file
11
modules/adguard-home/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
settings = {
|
||||
bind_port = 3000;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [3000 53];
|
||||
networking.firewall.allowedUDPPorts = [53];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue