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