added forgejo config using sqlite.

This commit is contained in:
Gabe Venberg 2024-07-29 15:02:40 -05:00
parent 6dcbb146b7
commit f91cb5469d
8 changed files with 77 additions and 32 deletions

View file

@ -6,9 +6,9 @@
lib,
...
}: {
services.adguardhome={
enable=true;
mutableSettings=true;
allowDHCP=true;
services.adguardhome = {
enable = true;
mutableSettings = true;
allowDHCP = true;
};
}