loki: Enable apparmor
This commit is contained in:
parent
62724a5037
commit
2862a8a6e5
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
sudo.enable = false;
|
sudo.enable = false;
|
||||||
|
apparmor = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
pam.services.swaylock = {
|
pam.services.swaylock = {
|
||||||
unixAuth = true;
|
unixAuth = true;
|
||||||
setLoginUid = true;
|
setLoginUid = true;
|
||||||
|
|
Loading…
Reference in a new issue