summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/dishwasher/configuration.nix')
-rw-r--r--hosts/dishwasher/configuration.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix
index 5b4a138..ea0f151 100644
--- a/hosts/dishwasher/configuration.nix
+++ b/hosts/dishwasher/configuration.nix
@@ -26,10 +26,15 @@
time.timeZone = "Europe/Amsterdam";
+ # fix wait-online target
+ systemd.services.systemd-networkd-wait-online.serviceConfig.ExecStart = [
+ "" # clear old command
+ "${config.systemd.package}/lib/systemd/systemd-networkd-wait-online --any"
+ ];
+
systemd.network = {
enable = true;
- wait-online.ignoredInterfaces = [ "wlp2s0" ];
networks."ether" = {
matchConfig = {