[Security/Encryption] init encryption security module

This commit is contained in:
Antoine Viallon 2023-08-10 16:21:25 +02:00
parent 1d5e9a0100
commit ecca71149a
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 21 additions and 0 deletions

View file

@ -2,5 +2,6 @@
{
imports = [
./hardening.nix
./encryption.nix
];
}