6 lines
138 B
Nix
6 lines
138 B
Nix
{
|
|
# sudo and nix can only be used by the wheel group
|
|
nix.settings.allowed-users = ["@wheel"];
|
|
security.sudo.execWheelOnly = true;
|
|
}
|