nixos-conf/hosts/ci.nix

13 lines
258 B
Nix

{ ... }:
{
imports = [ ../disko/zfs-impermanence.nix ];
custom = {
impermanence.enable = true;
vm.enable = true;
forgejoRunner.enable = true;
hydra.enable = true;
};
networking.hostId = "45e785de";
system.stateVersion = "25.05";
}