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