reNixos/s0melapt0p-nix/security/rtkit.nix
2025-04-27 12:47:02 +03:00

7 lines
91 B
Nix

{...}: {
security = {
rtkit = {
enable = true;
};
};
}