nixos-lib/security/default.nix

7 lines
79 B
Nix

{config, ...}:
{
imports = [
./hardening.nix
./encryption.nix
];
}