forked from the-distro/infra
raito
e3f3c87c0d
Includes: - Raito VM module - Raito proxy aware NGINX module - Base server module - Sysadmin module - New SSH keys - Netbox module Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
8 lines
63 B
Nix
8 lines
63 B
Nix
{
|
|
imports = [
|
|
./hydra
|
|
./postgres
|
|
./netbox
|
|
];
|
|
}
|