6 lines
93 B
Nix
6 lines
93 B
Nix
{...}: {
|
|
services.dbus = {
|
|
implementation = "broker";
|
|
apparmor = "enabled";
|
|
};
|
|
}
|