terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit c93f16bcb2 - Show all commits

View file

@ -31,7 +31,7 @@ module "deploy" {
nixos_partitioner_attr = "config.system.build.diskoScript" nixos_partitioner_attr = "config.system.build.diskoScript"
# when instance id changes, it will trigger a reinstall # when instance id changes, it will trigger a reinstall
instance_id = var.hostname instance_id = var.hostname
target_user = "kiara" target_user = "root"
target_host = "${var.hostname}.abundos.eu" target_host = "${var.hostname}.abundos.eu"
extra_files_script = "${path.module}/../pass-ssh-key.sh" extra_files_script = "${path.module}/../pass-ssh-key.sh"
extra_environment = { extra_environment = {