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