forked from fediversity/fediversity
clear out note on copying in private ssh keys
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
f5b8304475
commit
96f6b1e758
1 changed files with 0 additions and 8 deletions
|
|
@ -537,7 +537,6 @@ let
|
||||||
"deployment/run/tf-proxmox-vm"
|
"deployment/run/tf-proxmox-vm"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
vm_name = "test14";
|
|
||||||
in
|
in
|
||||||
lib.trace (lib.strings.toJSON environment) pkgs.writers.writeBashBin "deploy-tf-proxmox-vm.sh"
|
lib.trace (lib.strings.toJSON environment) pkgs.writers.writeBashBin "deploy-tf-proxmox-vm.sh"
|
||||||
(withPackages [
|
(withPackages [
|
||||||
|
|
@ -547,13 +546,6 @@ let
|
||||||
])
|
])
|
||||||
''
|
''
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# TODO after install: $nix_host_keys
|
|
||||||
# cp $tmpdir/${vm_name}_host_key /mnt/etc/ssh/ssh_host_ed25519_key
|
|
||||||
# chmod 600 /mnt/etc/ssh/ssh_host_ed25519_key
|
|
||||||
# cp $tmpdir/${vm_name}_host_key.pub /mnt/etc/ssh/ssh_host_ed25519_key.pub
|
|
||||||
# chmod 644 /mnt/etc/ssh/ssh_host_ed25519_key.pub
|
|
||||||
|
|
||||||
env ${
|
env ${
|
||||||
toString (
|
toString (
|
||||||
lib.mapAttrsToList (k: v: "TF_VAR_${k}=\"${toBash v}\"") (
|
lib.mapAttrsToList (k: v: "TF_VAR_${k}=\"${toBash v}\"") (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue