mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-04 20:08:53 -05:00
repo restructure
This commit is contained in:
parent
1c9fd8d611
commit
62bec7e920
13 changed files with 218 additions and 193 deletions
5
modules/security/default.nix
Normal file
5
modules/security/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./users.nix
|
||||
];
|
||||
}
|
||||
3
modules/security/users.nix
Normal file
3
modules/security/users.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue