nixos-conf/hosts/ci/configuration.nix

14 lines
245 B
Nix
Raw Normal View History

2025-06-09 00:19:42 +03:00
{ ... }:
{
imports = [
../../shared/base.nix
2025-07-02 01:05:27 +03:00
../../shared/disko/zfs-impermanence.nix
../../shared/hardware/impermanence.nix
2025-06-09 00:19:42 +03:00
../../shared/hardware/vm.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
];
}