mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:06:10 +01:00
8 lines
99 B
Nix
8 lines
99 B
Nix
{
|
|
security = {
|
|
sudo.enable = true;
|
|
rtkit.enable = true;
|
|
polkit.enable = true;
|
|
};
|
|
}
|