From 93cfe699e476c0b5db1b113c037090b599e5be52 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Nov 2024 22:28:13 +0300 Subject: [PATCH] Network: Add manual comment. --- system/Network.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/system/Network.nix b/system/Network.nix index 700f6a9b..decf03a6 100644 --- a/system/Network.nix +++ b/system/Network.nix @@ -1,11 +1,9 @@ -{ - lib, - ... -}: { +{ ... }: { # REF: https://nixos.wiki/wiki/Systemd-networkd + # SEE: man 5 systemd.network systemd.network = { enable = true; - wait-online.enable = false; # So we can use both NM and networkd. + wait-online.enable = false; # HACK: So we can use both NM and networkd. }; networking = {