not sure on dhcp server in adguard home reverting back to router for now

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-30 17:31:05 -05:00
parent 0a16ebf428
commit 7ae9357941

View file

@ -25,6 +25,20 @@
5443 5443
]; ];
# networking = {
# interfaces = {
# enp0s31f6 = {
# useDHCP = true;
# ipv4.addresses = [
# {
# address = "10.12.14.2";
# prefixLength = 24;
# }
# ];
# };
# };
# };
services.nginx = { services.nginx = {
virtualHosts = { virtualHosts = {
"h001.net.joshuabell.xyz " = { "h001.net.joshuabell.xyz " = {