summaryrefslogtreecommitdiff
path: root/modules/common/services.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
commite6ed60548397627bf10f561f9438201dbba0a36e (patch)
treef9a84c5957d2cc4fcd148065ee9365a0c851ae1c /modules/common/services.nix
parent9ac64328603d44bd272175942d3ea3eaadcabd04 (diff)
2024-04-21
Diffstat (limited to 'modules/common/services.nix')
-rw-r--r--modules/common/services.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/common/services.nix b/modules/common/services.nix
new file mode 100644
index 0000000..12e4bf7
--- /dev/null
+++ b/modules/common/services.nix
@@ -0,0 +1,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";
+ };
+}