nixdots/system/shared/security/default.nix

8 lines
76 B
Nix
Raw Normal View History

2024-04-15 20:13:19 +00:00
{
imports = [
./apparmor.nix
2024-04-15 20:47:54 +00:00
./auditd.nix
2024-04-15 20:57:39 +00:00
./polkit.nix
2024-04-15 20:13:19 +00:00
];
}