Skip to content

Commit

Permalink
move cloud: almost worked
Browse files Browse the repository at this point in the history
  • Loading branch information
schonfinkel committed Nov 27, 2024
1 parent c43cd06 commit caf39e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module "nixos" {
nixos_system_attr = ".#nixosConfigurations.${var.flake}.config.system.build.toplevel"
nixos_partitioner_attr = ".#nixosConfigurations.${var.flake}.config.system.build.diskoScript"
debug_logging = true
install_ssh_key = file("${path.root}/id_ed25519")
deployment_ssh_key = file("${path.root}/id_ed25519")

instance_id = module.vm.vm_id
Expand Down

0 comments on commit caf39e6

Please sign in to comment.