This commit is contained in:
Glen Goodwin 2023-09-28 00:41:01 -04:00
parent 1722c0cf66
commit 13f7a67edd
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ ... }:
{
security.apparmor.enable = true;
security.apparmor.killUnconfinedConfinables = true;
}

View file

@ -10,6 +10,7 @@
[ (import ./kernel.nix) ] ++
[ (import ./auditd.nix) ] ++
[ (import ./openssh.nix) ] ++
[ (import ./apparmor.nix) ] ++
[ (import ../../modules/desktop/hyprland/default.nix) ]; # Window Manager
hardware.sane = {