about summary refs log tree commit diff
path: root/nixos/modules/services/system/dbus.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/system/dbus.nix
parent46e3229c8daf402f70a698298585a380ec2e18ca (diff)
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/system/dbus.nix')
-rw-r--r--nixos/modules/services/system/dbus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index 9d8a62ec78c53..8d5b25e617625 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -22,7 +22,7 @@ in
   options = {
 
     boot.initrd.systemd.dbus = {
-      enable = mkEnableOption (lib.mdDoc "dbus in stage 1") // { visible = false; };
+      enable = mkEnableOption (lib.mdDoc "dbus in stage 1");
     };
 
     services.dbus = {