mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
flake.modules.nixos.core =
|
|
{ pkgs, ... }:
|
|
{
|
|
security = {
|
|
sudo.wheelNeedsPassword = false;
|
|
};
|
|
};
|
|
}
|