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

My laptop is pretty far away from the servers.

Khue Doan adcc0f5c 8ac8d2db

+2 -1
+2 -1
infra/production/proxmox/vn-southwest-1/compute/nixos-vm/main.tf
··· 59 59 } 60 60 61 61 module "main" { 62 - source = "github.com/nix-community/nixos-anywhere//terraform/all-in-one?ref=1.6.0" 62 + source = "github.com/nix-community/nixos-anywhere//terraform/all-in-one?ref=1.11.0" 63 63 nixos_system_attr = "${var.nixos.flake}#nixosConfigurations.${var.nixos.host}.config.system.build.toplevel" 64 64 nixos_partitioner_attr = "${var.nixos.flake}#nixosConfigurations.${var.nixos.host}.config.system.build.diskoScript" 65 65 target_host = proxmox_virtual_environment_vm.main.ipv6_addresses[1][0] 66 66 instance_id = proxmox_virtual_environment_vm.main.id 67 + build_on_remote = true 67 68 68 69 depends_on = [time_sleep.wait_for_ip] 69 70 }