not sure on dhcp server in adguard home reverting back to router for now
This commit is contained in:
parent
0a16ebf428
commit
7ae9357941
1 changed files with 14 additions and 0 deletions
|
@ -25,6 +25,20 @@
|
|||
5443
|
||||
];
|
||||
|
||||
# networking = {
|
||||
# interfaces = {
|
||||
# enp0s31f6 = {
|
||||
# useDHCP = true;
|
||||
# ipv4.addresses = [
|
||||
# {
|
||||
# address = "10.12.14.2";
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts = {
|
||||
"h001.net.joshuabell.xyz " = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue