summaryrefslogtreecommitdiffstats
path: root/tv/2configs/networkd.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-06-21 21:25:33 +0200
committertv <tv@krebsco.de>2022-07-14 15:48:12 +0200
commit80f9a5b95fcb5eedd3ab33bf3547dc50ec9a3110 (patch)
treeca029974b3814f990c4e6bedeb8a4fa08939ffca /tv/2configs/networkd.nix
parent11293676574d9f763893bb4b724904fb5bf05d1c (diff)
tv networkd: disable systemd-networkd-wait-online
Diffstat (limited to 'tv/2configs/networkd.nix')
-rw-r--r--tv/2configs/networkd.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/networkd.nix b/tv/2configs/networkd.nix
new file mode 100644
index 0000000..da0d9ce
--- /dev/null
+++ b/tv/2configs/networkd.nix
@@ -0,0 +1,4 @@
+{
+ # often hangs
+ systemd.services.systemd-networkd-wait-online.enable = false;
+}