nixos-conf/hosts/ci/configuration.nix

18 lines
290 B
Nix

{ ... }:
{
swapDevices = [
{
device = "/var/lib/swapfile";
size = 2 * 1024;
}
];
imports = [
../../shared/base.nix
../../shared/hardware/vm.nix
../../shared/disko/basic-ext4.nix
../../servers/forgejo-runner.nix
../../servers/hydra.nix
];
}