nixfiles/profiles/base/access.nix
ChaotiCryptidz 8c7bdaf9f7 I'm Sorry
2021-12-20 23:48:26 +00:00

8 lines
133 B
Nix

{ tree, config, lib, ... }: {
security.sudo.wheelNeedsPassword = lib.mkForce false;
imports = with tree; [
home.base
];
}