setup security stuff
This commit is contained in:
parent
e55128724c
commit
a87c54d6ab
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security = {
|
||||||
|
apparmor = {
|
||||||
|
enable = true;
|
||||||
|
enableCache = true;
|
||||||
|
};
|
||||||
|
audit.enable = true;
|
||||||
|
auditd.enable = true;
|
||||||
|
sudo = {
|
||||||
|
wheelNeedsPassword = false;
|
||||||
|
};
|
||||||
|
polkit.enable = true;
|
||||||
|
rtkit.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue