summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces.nix
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/tasks/network-interfaces.nix
parent2c42738231a0f4839c973a8fe9eddd883e70c47a (diff)
downloadnixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.gz
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.bz2
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.lz
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.xz
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.tar.zst
nixpkgs-4f2a041345445dc4727b3d56e7458552517e6cd5.zip
nixos/network-interfaces: Make it clear that networkd is experimental
Diffstat (limited to 'nixos/modules/tasks/network-interfaces.nix')
-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 ce1e28936fa..08397cc9a30 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.
       '';
     };