15 lines
156 B
Nix
15 lines
156 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
configLib,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.adguardhome={
|
|
enable=true;
|
|
mutableSettings=true;
|
|
allowDHCP=true;
|
|
};
|
|
}
|