hosts: first try fix network reload

This commit is contained in:
2023-03-19 07:31:41 +01:00
parent 4308897cb2
commit a53d537c15
3 changed files with 26 additions and 20 deletions

View File

@@ -160,7 +160,9 @@
};
systemd.services = {
ovs-vswitchd.partOf = [ "network-setup.service" ];
"ovsdb".partOf = [ "network-setup.service" ];
"ovs-vswitchd".partOf = [ "network-setup.service" ];
"network-addresses-lo1".partOf = [ "network-setup.service" ];
};
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;