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 {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
|
internal = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to start the D-Bus message bus daemon, which is
|
Whether to start the D-Bus message bus daemon, which is
|
||||||
required by many other system services and applications.
|
required by many other system services and applications.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user