From 277647238f2f81d047805a757b74af99e365aef9 Mon Sep 17 00:00:00 2001 From: 2kybe3 Date: Sat, 4 Apr 2026 00:23:51 +0200 Subject: [PATCH] nixos/networkd: fix typo --- nixos/modules/system/boot/networkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index 60844d6b9bf8..7b9d1c1ff142 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -1931,7 +1931,7 @@ let description = '' Whether to manage network configuration using {command}`systemd-network`. - This also enables {option}`systemd.networkd.enable`. + This also enables {option}`systemd.network.enable`. ''; };