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

Changed files
+2 -1
nixos
modules
+2 -1
nixos/modules/tasks/network-interfaces.nix
···
type = types.bool;
description = ''
Whether we should use networkd as the network configuration backend or
-
the legacy script based system.
'';
};
···
type = types.bool;
description = ''
Whether we should use networkd as the network configuration backend or
+
the legacy script based system. Note that this option is experimental,
+
enable at your own risk.
'';
};