chore(profiles/networking): add useNetworkd

This commit is contained in:
Julien Malka 2024-10-22 22:52:23 +02:00
parent 06c3c2ffbc
commit e7e83d7ea9
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

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