13 lines
163 B
Nix
13 lines
163 B
Nix
{ ... }:
|
|
|
|
{
|
|
security = {
|
|
rtkit.enable = true;
|
|
|
|
sudo = {
|
|
enable = true;
|
|
wheelNeedsPassword = false;
|
|
};
|
|
};
|
|
}
|