System: Move useNetworkManager into corresponding host-specific configs
This commit is contained in:
@ -75,7 +75,6 @@ with mylib.networking; {
|
||||
network = {
|
||||
inherit hostname;
|
||||
enable = true;
|
||||
useNetworkManager = true;
|
||||
|
||||
networks = {
|
||||
# Default wildcard ethernet network for all hosts
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
modules = {
|
||||
network = {
|
||||
useNetworkManager = true;
|
||||
|
||||
# Systemd-networkd configs
|
||||
networks = {
|
||||
# This should override the default network 50-ether
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
modules = {
|
||||
network = {
|
||||
useNetworkManager = true;
|
||||
|
||||
wireguard-tunnels = {
|
||||
wg0-de-74 =
|
||||
mylib.networking.mkWireguardService
|
||||
|
Reference in New Issue
Block a user