System: Move useNetworkManager into corresponding host-specific configs

This commit is contained in:
2025-07-09 02:57:59 +02:00
parent a9121ff7a2
commit 593784f2f9
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -75,7 +75,6 @@ with mylib.networking; {
network = {
inherit hostname;
enable = true;
useNetworkManager = true;
networks = {
# Default wildcard ethernet network for all hosts
+2
View File
@@ -12,6 +12,8 @@
modules = {
network = {
useNetworkManager = true;
# Systemd-networkd configs
networks = {
# This should override the default network 50-ether
+2
View File
@@ -7,6 +7,8 @@
modules = {
network = {
useNetworkManager = true;
wireguard-tunnels = {
wg0-de-74 =
mylib.networking.mkWireguardService