From 222ee6e2451960162ef53b5c0c30bc8e64d2c8a3 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Fri, 26 Sep 2025 02:17:56 -0400 Subject: [PATCH] nixos/luksroot: Unhide crypttabExtraOpts --- nixos/modules/system/boot/luksroot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix index e925a1e7d2d0..02e39df724c1 100644 --- a/nixos/modules/system/boot/luksroot.nix +++ b/nixos/modules/system/boot/luksroot.nix @@ -999,7 +999,6 @@ in type = with types; listOf singleLineStr; default = [ ]; example = [ "_netdev" ]; - visible = false; description = '' Only used with systemd stage 1.