hosts: first try fix network reload
This commit is contained in:
@@ -228,7 +228,11 @@
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
ovs-vswitchd.partOf = [ "network-setup.service" ];
|
||||
"ovsdb".partOf = [ "network-setup.service" ];
|
||||
"ovs-vswitchd".partOf = [ "network-setup.service" ];
|
||||
"network-addresses-lo1" = {
|
||||
requires = [ "network-setup.service" ];
|
||||
}
|
||||
};
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
Reference in New Issue
Block a user