From 2ae17515e08dd815b8c8cfa5df38893c4ae1ff66 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Fri, 8 Apr 2022 15:06:20 +0200 Subject: [PATCH] nixos/networkd: doc activation of systemd.networkd --- nixos/modules/system/boot/networkd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index 28abf820ec0..5f40ee9c08d 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -928,6 +928,8 @@ let type = types.bool; description = lib.mdDoc '' Whether to manage network configuration using {command}`systemd-network`. + + This also enables {option}`systemd.networkd.enable`. ''; };