chore: initialized project
This commit is contained in:
commit
d79fe97b7e
24 changed files with 786 additions and 0 deletions
6
roles/device/sudo.nix
Normal file
6
roles/device/sudo.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue