summaryrefslogtreecommitdiff
path: root/modules/nixos/common/services.nix
blob: 12e4bf7fa0baa3986b970decc29ac1cf084cf346 (plain)
1
2
3
4
5
6
7
8
9
10
_: {
  services = {
    # https://github.com/Irqbalance/irqbalance/issues/54#issuecomment-319245584
    # https://unix.stackexchange.com/questions/710603/should-the-irqbalance-daemon-be-used-on-a-modern-desktop-x86-system
    irqbalance.enable = true;

    # This is upposed to be better?
    dbus.implementation = "broker";
  };
}