first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
5
modules/core/security.nix
Normal file
5
modules/core/security.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
security.rtkit.enable = true;
|
||||
security.sudo.enable = true;
|
||||
security.pam.services.swaylock = { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue