10 lines
136 B
Nix
10 lines
136 B
Nix
{...}: {
|
|
security = {
|
|
polkit = {
|
|
enable = true;
|
|
adminIdentities = [
|
|
"unix-group:wheel"
|
|
];
|
|
};
|
|
};
|
|
}
|