nixdots/system/shared/security/default.nix

8 lines
76 B
Nix

{
imports = [
./apparmor.nix
./auditd.nix
./polkit.nix
];
}