mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
8 lines
93 B
Nix
8 lines
93 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./hardening.nix
|
|
./tpm.nix
|
|
./encryption.nix
|
|
];
|
|
}
|