nixos-systems/modules/system/sudo.nix

8 lines
100 B
Nix
Raw Permalink Normal View History

{ config, lib, pkgs, configFiles, ... }:
with lib;
{
security.sudo.wheelNeedsPassword = false;
}