systemd-networkd Policy routing clashed with the fallback dhcp on any interface module for some unknown reason, therefore wg-clerie is disabled on all of these devices
15 lines
149 B
Nix
15 lines
149 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./cybercluster-vm
|
|
./fem-net
|
|
./hetzner-cloud
|
|
./mercury-vm
|
|
./netcup
|
|
./network-fallback-dhcp
|
|
];
|
|
|
|
}
|