Enable RealtimeKit system service

This commit is contained in:
Jakob Lechner 2025-01-14 15:56:28 +01:00
parent 5dcc7d77f3
commit 6c8be2e071

View file

@ -51,4 +51,6 @@ lib.mkIf config.jalr.gui.enable {
value = "unlimited";
}
];
security.rtkit.enable = true;
}