nixos-lib/security/default.nix

8 lines
93 B
Nix

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