fix: move dns configuration into module
This commit is contained in:
@@ -26,14 +26,6 @@
|
||||
};
|
||||
|
||||
networking.hostName = meta.hostname;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
};
|
||||
# networking.search = [
|
||||
# "service.consul"
|
||||
# "node.consul"
|
||||
# ];
|
||||
hardware.bluetooth.enable = true;
|
||||
swapDevices = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user