1
0
forked from c3d2/nix-config

modules/microvm: disable dhcpcd

This commit is contained in:
Astro 2022-09-18 22:15:00 +02:00
parent fe3636e324
commit e492f5a724

View File

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