about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2022-04-08 15:06:20 +0200
committerLorenzo Manacorda <lorenzo@mailbox.org>2022-12-04 16:18:48 +0100
commit2ae17515e08dd815b8c8cfa5df38893c4ae1ff66 (patch)
treeef26081d0598aa090147f626f743163883cd3e48 /nixos/modules/system
parent132e60b840e1a51ec93484a175cd1cb2adaf8e30 (diff)
nixos/networkd: doc activation of systemd.networkd
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/networkd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index 28abf820ec097..5f40ee9c08dc7 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`.
       '';
     };