From 4f2a041345445dc4727b3d56e7458552517e6cd5 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 25 Nov 2014 11:44:14 -0800 Subject: [PATCH] nixos/network-interfaces: Make it clear that networkd is experimental --- nixos/modules/tasks/network-interfaces.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix index ce1e28936fa1..08397cc9a30c 100644 --- a/nixos/modules/tasks/network-interfaces.nix +++ b/nixos/modules/tasks/network-interfaces.nix @@ -542,7 +542,8 @@ in type = types.bool; description = '' Whether we should use networkd as the network configuration backend or - the legacy script based system. + the legacy script based system. Note that this option is experimental, + enable at your own risk. ''; };