mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
add adguard
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common
|
||||
|
||||
../../modules/nixos/adguard.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
|
8
modules/nixos/adguard.nix
Normal file
8
modules/nixos/adguard.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services = {
|
||||
adguardhome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user