mirror of
https://github.com/0x1d/nix.git
synced 2026-09-20 08:39:15 +02:00
5 lines
84 B
Nix
5 lines
84 B
Nix
{ pkgs, ... }: {
|
|
security.polkit.enable = true;
|
|
security.rtkit.enable = true;
|
|
}
|