sudo.nix: initial config
This commit is contained in:
parent
53e0a8f50b
commit
7e4cb4d9a4
6 changed files with 31 additions and 19 deletions
5
modules/system/os/security/module.nix
Normal file
5
modules/system/os/security/module.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
./sudo.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue