about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-04 16:24:02 +0100
committerGitHub <noreply@github.com>2022-12-04 16:24:02 +0100
commit170a98ba73fd2fd08505359b38edd43096063254 (patch)
tree04af8c6bfbb78ce9f6ba3d4309d8cad967710a44 /nixos/modules/system
parentbddff469b27eee36069521d508eb2cb2c9196011 (diff)
parent2ae17515e08dd815b8c8cfa5df38893c4ae1ff66 (diff)
Merge pull request #167871 from asymmetric/doc-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`.
       '';
     };