feat: add dns

This commit is contained in:
2025-11-17 10:21:49 -08:00
parent 89170647e6
commit 9af0abc9f9
3 changed files with 26 additions and 1 deletions

View File

@@ -26,7 +26,14 @@
};
networking.hostName = meta.hostname;
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
dns = "systemd-resolved";
};
# networking.search = [
# "service.consul"
# "node.consul"
# ];
hardware.bluetooth.enable = true;
swapDevices = [
{