fix(reisen): roles

This commit is contained in:
arcnmx 2024-02-06 09:39:34 -08:00
parent 1d45e90b8a
commit 613c3bb599
4 changed files with 41 additions and 20 deletions

View file

@ -32,7 +32,7 @@
INPUT_INFRA_SETUP="$(base64 -w0 < ${reisen + "/setup.sh"})" \
INPUT_INFRA_PUTFILE64="$(base64 -w0 < ${reisen + "/bin/putfile64.sh"})" \
INPUT_INFRA_PVE="$(base64 -w0 < ${reisen + "/bin/pve.sh"})" \
INPUT_INFRA_LXC_CONFIG="$(base64 -w0 < ${reisen + "/bin/lxc-config.sh"})" \
INPUT_INFRA_CT_CONFIG="$(base64 -w0 < ${reisen + "/bin/ct-config.sh"})" \
"bash -c \"eval \\\"\\\$(base64 -d <<<\\\$INPUT_INFRA_SETUP)\\\"\""
'';
nf-hostname = pkgs.writeShellScriptBin "nf-hostname" ''