mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-04 23:07:54 +01:00
8 lines
88 B
Nix
8 lines
88 B
Nix
{ ... }:
|
|
{
|
|
services.dbus = {
|
|
enable = true;
|
|
implementation = "broker";
|
|
};
|
|
}
|