We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, amazing work done here! I noticed I can't initialize VMs with Windows, due to missing swtpm_setup tool:
swtpm_setup
TASK ERROR: start failed: command 'swtpm_setup --tpmstate file:///dev/zvol/one_tera/vm-101-disk-1 --createek --create-ek-cert --create-platform-cert --lock-nvram --config /etc/swtpm_setup.conf --runas 0 --not-overwrite --tpm2 --ecc' failed: open3: exec of swtpm_setup --tpmstate file:///dev/zvol/one_tera/vm-101-disk-1 --createek --create-ek-cert --create-platform-cert --lock-nvram --config /etc/swtpm_setup.conf --runas 0 --not-overwrite --tpm2 --ecc failed: No such file or directory at /nix/store/1138wihmibq5bndqa10cman77jgwqq65-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/PVE/Tools.pm line 494.
I imagine it has to be added to one of the build environments?
The text was updated successfully, but these errors were encountered:
I have a working proof of concept here main...eljojo:proxmox-nixos:swtpm
Sorry, something went wrong.
I see #111 addresses this
No branches or pull requests
Hello, amazing work done here!
I noticed I can't initialize VMs with Windows, due to missing
swtpm_setup
tool:I imagine it has to be added to one of the build environments?
The text was updated successfully, but these errors were encountered: