From 65e58baa6ca84649baf7dc82cacb50358e8f8890 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 9 Jul 2025 00:34:14 +0200 Subject: [PATCH] System: Move useNetworkManager into corresponding host-specific configs --- system/default.nix | 1 - system/nixinator/default.nix | 2 ++ system/nixtop/default.nix | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index a9687073..213086d9 100644 --- a/system/default.nix +++ b/system/default.nix @@ -75,7 +75,6 @@ with mylib.networking; { network = { inherit hostname; enable = true; - useNetworkManager = true; networks = { # Default wildcard ethernet network for all hosts diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index 055009a4..411317ce 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -12,6 +12,8 @@ modules = { network = { + useNetworkManager = true; + # Systemd-networkd configs networks = { # This should override the default network 50-ether diff --git a/system/nixtop/default.nix b/system/nixtop/default.nix index 9f003837..d9d3d634 100644 --- a/system/nixtop/default.nix +++ b/system/nixtop/default.nix @@ -7,6 +7,8 @@ modules = { network = { + useNetworkManager = true; + wireguard-tunnels = { wg0-de-74 = mylib.networking.mkWireguardService