nixos/network-interfaces: Make it clear that networkd is experimental

This commit is contained in:
William A. Kennington III 2014-11-25 11:44:14 -08:00
parent 2c42738231
commit 4f2a041345

View file

@ -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.
'';
};