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