ROCKPro64-Server/modules/system/settings/security/default.nix

8 lines
63 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
./apparmor
./privilege
];
}