this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf(nixos): build on remote

Pushing with NixOS closure SSH is much slower if the host is far away.

Khue Doan 4b361079 c8eae44d

+1
+1
infra/_modules/nixos/main.tf
··· 17 17 nixos_partitioner_attr = "${var.flake}#nixosConfigurations.${each.key}.config.system.build.diskoScript" 18 18 target_host = each.value.ipv6_address 19 19 instance_id = each.key 20 + build_on_remote = true 20 21 extra_files_script = "${path.module}/decrypt-age-keys.sh" 21 22 extra_environment = { 22 23 SOPS_FILE = var.sops_file