From e9207b05011b7cf46face625a4f69c946688902b Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Mon, 3 Jul 2023 08:41:38 -0400 Subject: 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. --- nixos/modules/services/system/dbus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/system/dbus.nix') 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 = { -- cgit 1.4.1