252 current 2024-12-01 05:54:48 24.11.20241123.0c58267 6.12.1 *

This commit is contained in:
Ranomier 2024-12-01 05:56:56 +01:00
parent 0f6db23403
commit 8c5ac9ead5
7 changed files with 98 additions and 83 deletions

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
security.apparmor.enable = true;
# XDG-USER-DIR package and config
environment.systemPackages = with pkgs; [
apparmor-pam
apparmor-utils
apparmor-parser
apparmor-profiles
roddhjav-apparmor-rules
];
}