nixos-lib/security/default.nix

8 lines
95 B
Nix

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