feat(system): disable apparmor in hardened config
All checks were successful
Test / tests (push) Successful in 9m52s
All checks were successful
Test / tests (push) Successful in 9m52s
Caused some problems with passing secrets to miniflux that I could not resolve. And there are very few apparmor profiles available anyway.
This commit is contained in:
parent
1b7e82813e
commit
c8e0b67ed4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
boot.kernelPackages = lib.mkOverride 900 pkgs.linuxPackages;
|
||||
|
||||
security = {
|
||||
apparmor.enable = lib.mkOverride 900 false;
|
||||
# Xbox Controller not working via Bluetooth if enabled
|
||||
lockKernelModules = lib.mkOverride 900 false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue