Move common nix code one level up.
This commit is contained in:
5
common/global/sudo.nix
Normal file
5
common/global/sudo.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
security.sudo = {
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user