forked from the-distro/infra
raito
3b6be269d6
This includes aarch64-linux variants for these hosters. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
8 lines
89 B
Nix
8 lines
89 B
Nix
{ ... }: {
|
|
imports = [
|
|
./raito-vm.nix
|
|
./oracle-vm.nix
|
|
./hetzner.nix
|
|
];
|
|
}
|