pinwheel: Extract network related config to network module

This commit is contained in:
Alexander Heldt
2023-10-16 22:42:26 +02:00
parent 65b43bfd84
commit 9712bc7dbf
2 changed files with 25 additions and 23 deletions

View File

@@ -31,29 +31,6 @@
};
};
services.connman = {
enable = true;
networkInterfaceBlacklist = [
"vmnet"
"vboxnet"
"virbr"
"ifb"
"ve"
"docker"
"br-"
];
};
networking = {
hostName = "pinwheel";
nameservers = [
"1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one"
];
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];