flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
6
modules/nixos/adguardhome.nix
Normal file
6
modules/nixos/adguardhome.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
port = 3000;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue