summary refs log tree commit diff
path: root/nixos/modules/services/hardware/udev.nix
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-07-03 08:41:38 -0400
committerLily Foster <lily@lily.flowers>2023-07-03 08:41:38 -0400
commite9207b05011b7cf46face625a4f69c946688902b (patch)
tree5ea2ea1120e0fea939fddd014a2f44f04c01a95b /nixos/modules/services/hardware/udev.nix
parent46e3229c8daf402f70a698298585a380ec2e18ca (diff)
downloadnixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar.gz
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar.bz2
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar.lz
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar.xz
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.tar.zst
nixpkgs-e9207b05011b7cf46face625a4f69c946688902b.zip
nixos/*: unhide remaining systemd stage-1 options
These options were missed in NixOS/nixpkgs#226237, but they all were
specifically added for systemd stage-1.
Diffstat (limited to 'nixos/modules/services/hardware/udev.nix')
-rw-r--r--nixos/modules/services/hardware/udev.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index e3451e1f6c7..56120094871 100644
--- a/nixos/modules/services/hardware/udev.nix
+++ b/nixos/modules/services/hardware/udev.nix
@@ -296,7 +296,6 @@ in
       packages = mkOption {
         type = types.listOf types.path;
         default = [];
-        visible = false;
         description = lib.mdDoc ''
           *This will only be used when systemd is used in stage 1.*
 
@@ -311,7 +310,6 @@ in
       binPackages = mkOption {
         type = types.listOf types.path;
         default = [];
-        visible = false;
         description = lib.mdDoc ''
           *This will only be used when systemd is used in stage 1.*