10 lines
108 B
Nix
10 lines
108 B
Nix
|
_: {
|
||
|
security = {
|
||
|
sudo = {
|
||
|
wheelNeedsPassword = false;
|
||
|
};
|
||
|
polkit.enable = true;
|
||
|
};
|
||
|
}
|
||
|
|