mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +01:00
5 lines
84 B
Nix
5 lines
84 B
Nix
{ pkgs, ... }: {
|
|
security.polkit.enable = true;
|
|
security.rtkit.enable = true;
|
|
}
|