6 lines
74 B
Nix
6 lines
74 B
Nix
# For now only enable rtkit.
|
|
{ ... }:
|
|
{
|
|
security.rtkit.enable = true;
|
|
}
|