summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-11-25 11:44:14 -0800
committerWilliam A. Kennington III <william@wkennington.com>2014-11-26 11:22:03 -0800
commit4f2a041345445dc4727b3d56e7458552517e6cd5 (patch)
tree953f786b41d4120ee319357b02fc724cf5741212 /nixos/modules
parent2c42738231a0f4839c973a8fe9eddd883e70c47a (diff)
downloadnixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.gz
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.bz2
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.lz
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.xz
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.zst
nixlib-4f2a041345445dc4727b3d56e7458552517e6cd5.zip
nixos/network-interfaces: Make it clear that networkd is experimental
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix3
1 files changed, 2 insertions, 1 deletions
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.
       '';
     };