forked from Fediversity/Fediversity
change ssh user to root
This commit is contained in:
parent
7c2155525d
commit
10069e7d1b
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue