nixfiles/common/security.nix

5 lines
70 B
Nix

{ config, lib, pkgs,... }:
{
security.sudo.execWheelOnly = true;
}