8 lines
69 B
Nix
Raw Normal View History

2025-03-10 18:34:17 +03:00
{ ... }:
{
imports = [
./hardened.nix
./minimal.nix
];
}