chore(profiles/networking): add useNetworkd

This commit is contained in:
Luj 2024-10-22 22:52:23 +02:00
parent ef557aaa91
commit 275aeccbb6

View file

@ -1,5 +1,6 @@
{ config, ... }: { config, ... }:
{ {
networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;
systemd.network.networks."10-wan" = { systemd.network.networks."10-wan" = {
matchConfig.Name = config.machine.meta.defaultInterface; matchConfig.Name = config.machine.meta.defaultInterface;