1
0
Fork 0

change ssh user to root

This commit is contained in:
kiara Grouwstra 2025-04-01 11:56:54 +02:00
parent 7c2155525d
commit 10069e7d1b
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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 = {