diff --git a/hosts/servers/alexandria/services.nix b/hosts/servers/alexandria/services.nix index 3e00aad..ae45c13 100644 --- a/hosts/servers/alexandria/services.nix +++ b/hosts/servers/alexandria/services.nix @@ -135,4 +135,6 @@ }; }; }; + + systemd.services.systemd-udevd.restartIfChanged = false; # Workaround for upstream bug in NetworkManager-wait-online.service }