modules/microvm: disable dhcpcd

This commit is contained in:
Astro 2022-09-18 22:15:00 +02:00
parent fe3636e324
commit e492f5a724
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ in
networking = lib.mkIf config.c3d2.deployment.autoNetSetup {
useDHCP = false;
dhcpcd.enable = false;
useNetworkd = true;
};