1a6f9ffb8f
We will focus on growing it for KlubRZ usecases first and then grow it into a proper external project called Hypervisor NixOS routers.
12 lines
237 B
Nix
12 lines
237 B
Nix
{ lib, sources, ... }:
|
|
|
|
{
|
|
imports = (lib.extra.mkImports ./. [
|
|
"krz-access-control"
|
|
"krz-ssh"
|
|
"krz-router"
|
|
]) ++ [
|
|
# TODO: Switch to global version of agenix via npins
|
|
# "${sources.agenix}/modules/age.nix"
|
|
];
|
|
}
|