NixOS-Config/modules/system/programs/security/default.nix

10 lines
89 B
Nix

{ ... }:
{
imports = [
./apparmor
./polkit
./privilege
./rtprio
];
}