1

System: Move useNetworkManager into corresponding host-specific configs

This commit is contained in:
2025-07-09 00:34:14 +02:00
parent a9121ff7a2
commit 593784f2f9
3 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,6 @@ with mylib.networking; {
network = {
inherit hostname;
enable = true;
useNetworkManager = true;
networks = {
# Default wildcard ethernet network for all hosts

View File

@ -12,6 +12,8 @@
modules = {
network = {
useNetworkManager = true;
# Systemd-networkd configs
networks = {
# This should override the default network 50-ether

View File

@ -7,6 +7,8 @@
modules = {
network = {
useNetworkManager = true;
wireguard-tunnels = {
wg0-de-74 =
mylib.networking.mkWireguardService