Hide services.dbus.enable

Realistically, you can't disable D-Bus on a modern system.
This commit is contained in:
Eelco Dolstra 2015-08-24 14:36:21 +02:00
parent 660cafe69a
commit 87789ac39d

View file

@ -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.