add sbctl

This commit is contained in:
Mohamed Chrayed
2026-03-03 13:49:57 +01:00
parent a6a99ee41e
commit 6aec166b3a
4 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{ ... }: {
flake.nixosModules.rtkit = {
security.rtkit.enable = true;
};
}