Network: Add manual comment.

This commit is contained in:
Dmitry Voronin 2024-11-28 22:28:13 +03:00
parent a2c4177ae5
commit 93cfe699e4
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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 = {