1

Update networkd configuration

This commit is contained in:
2023-10-15 15:22:10 +02:00
parent ea3420ee2d
commit 9b0c9ba503
3 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ in {
# Main Networks
systemd.network = {
enable = true;
wait-online.anyInterface = true; # Don't wait for all networks to be configured, as e.g. wg0 will only be upon manual activation
networks = cfg.networks;
};