From 84f8b1f1dada30d16d5353c8ee851a9ba41135d5 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 23 Jun 2026 13:12:10 +0200 Subject: [PATCH] nixos/networkd: this isn't experimental I know a lot of places where this is used in production and this isn't true anymore, especially since we're considering to drop scripted networking. --- nixos/modules/tasks/network-interfaces.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix index 4887256b7be1..06b38deff6b6 100644 --- a/nixos/modules/tasks/network-interfaces.nix +++ b/nixos/modules/tasks/network-interfaces.nix @@ -1693,8 +1693,7 @@ in 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. + the legacy script based system. ''; };