nixos-conf/hosts/ci/configuration.nix

12 lines
195 B
Nix
Raw Normal View History

2025-06-09 00:19:42 +03:00
{ ... }:
{
imports = [
../../shared/base.nix
../../shared/hardware/vm.nix
../../shared/disko/basic-ext4.nix
2025-06-09 01:40:06 +03:00
2025-06-11 20:45:47 +03:00
../../servers/forgejo-runner.nix
../../servers/hydra.nix
2025-06-09 00:19:42 +03:00
];
}