summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/network/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix
index 85ddd4ef..be12c02d 100644
--- a/hosts/vidhar/network/default.nix
+++ b/hosts/vidhar/network/default.nix
@@ -53,6 +53,8 @@
53 llmnr = "false"; 53 llmnr = "false";
54 }; 54 };
55 55
56 systemd.services."systemd-networkd-wait-online".enable = false;
57
56 systemd.network.networks = { 58 systemd.network.networks = {
57 "eno1" = { 59 "eno1" = {
58 matchConfig.Name = "eno1"; 60 matchConfig.Name = "eno1";