renamed rockhole to cumulus.
This commit is contained in:
parent
5b7d31e5b0
commit
e0b78f921f
6 changed files with 5 additions and 5 deletions
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
mutableSettings = true;
|
||||
allowDHCP = true;
|
||||
openFirewall = true;
|
||||
port = 8080;
|
||||
};
|
||||
networking.firewall.allowedUDPPorts = [53 67 546 547];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue