diff --git a/profiles/vm-simple-network.nix b/profiles/vm-simple-network.nix index 75943ab..a500bae 100644 --- a/profiles/vm-simple-network.nix +++ b/profiles/vm-simple-network.nix @@ -1,5 +1,6 @@ { config, ... }: { + networking.useNetworkd = true; systemd.network.enable = true; systemd.network.networks."10-wan" = { matchConfig.Name = config.machine.meta.defaultInterface;