DNS Server

This commit is contained in:
Lucas Thelen 2025-09-26 04:19:40 +00:00
parent ac3f55966b
commit 4b1d75b0e0
7 changed files with 91 additions and 20 deletions

View file

@ -10,9 +10,6 @@
};
};
# DNS server
services.resolved.enable = true;
networking = {
nameservers = [ "205.171.3.25" "8.8.8.8" ];