mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
refactor: categorised apps
This commit is contained in:
8
modules/nixos/selfhosted/adguard.nix
Normal file
8
modules/nixos/selfhosted/adguard.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services = {
|
||||
adguardhome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user