1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-06 22:21:22 +02:00
pvv-nixos-config/base/services/dbus.nix

8 lines
88 B
Nix

{ ... }:
{
services.dbus = {
enable = true;
implementation = "broker";
};
}