cfg/mod/security.nix
2025-03-01 18:19:19 +01:00

3 lines
45 B
Nix

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