7 lines
123 B
Nix
7 lines
123 B
Nix
{
|
|
# TODO: Server too
|
|
security = {
|
|
polkit.persistentAuthentication = true;
|
|
run0-sudo-shim.enable = true;
|
|
};
|
|
}
|