about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-30 20:04:20 +0300
committerGitHub <noreply@github.com>2023-10-30 20:04:20 +0300
commit998720bf94bd1a00b628e1a192bbe297adf2f3d6 (patch)
tree823fd255e3833f41a4111d76477db4fcfa3bcb28
parent7bc18b63dae4fa0b75b4c8eec03b064b077d7bc0 (diff)
parenta9066322451ff6ec4cbdc81db6b6cb3b244b604f (diff)
Merge pull request #263849 from ElvishJerricco/sd-initrd-not-experimental
systemd-stage-1: No longer experimental
-rw-r--r--nixos/modules/system/boot/systemd/initrd.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/system/boot/systemd/initrd.nix b/nixos/modules/system/boot/systemd/initrd.nix
index 3d42e26438d30..be40b8e969a17 100644
--- a/nixos/modules/system/boot/systemd/initrd.nix
+++ b/nixos/modules/system/boot/systemd/initrd.nix
@@ -128,10 +128,6 @@ in {
         stage 2 counterparts such as {option}`systemd.services`,
         except that `restartTriggers` and `reloadTriggers` are not
         supported.
-
-        Note: This is experimental. Some of the `boot.initrd` options
-        are not supported when this is enabled, and the options under
-        `boot.initrd.systemd` are subject to change.
       '';
     };