From c93f16bcb23b1c0b8d4e3d2d38f6298afa98ea6a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Tue, 1 Apr 2025 11:56:54 +0200 Subject: [PATCH] change ssh user to root --- launch/vm/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/vm/main.tf b/launch/vm/main.tf index 5bc084b6..e4eb9b88 100644 --- a/launch/vm/main.tf +++ b/launch/vm/main.tf @@ -31,7 +31,7 @@ module "deploy" { nixos_partitioner_attr = "config.system.build.diskoScript" # when instance id changes, it will trigger a reinstall instance_id = var.hostname - target_user = "kiara" + target_user = "root" target_host = "${var.hostname}.abundos.eu" extra_files_script = "${path.module}/../pass-ssh-key.sh" extra_environment = {