mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Hide services.dbus.enable
Realistically, you can't disable D-Bus on a modern system.
This commit is contained in:
parent
660cafe69a
commit
87789ac39d
@ -73,6 +73,7 @@ in
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
internal = true;
|
||||
description = ''
|
||||
Whether to start the D-Bus message bus daemon, which is
|
||||
required by many other system services and applications.
|
||||
|
Loading…
Reference in New Issue
Block a user