We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67b384 commit cc0446cCopy full SHA for cc0446c
1 file changed
README.md
@@ -0,0 +1,13 @@
1
+# Building a barebones NixOS cloudImage for proxmox for use in terraform providers.
2
+
3
+- Clone this repo
4
+- upload to your account so that you can run github actions (forks can't run them AFAIK)
5
+- Go to repo settings -> Actions -> general and under `Workflow permissions`, allow tick `Read and write permissions`.
6
+- Just run the workflow dispatch of the only github action you can see.
7
+- it will create a release of `nixos.img` which you can use in terraform provider of your choice.
8
9
+Profit!
10
11
+This repo makes deploying NixOS VM's on proxmox via terraform as easy as ubuntu cloud-images.
12
13
+Do note that this is UEFI only module. so you need to create the VM with bios set as UEFI in proxmox.
0 commit comments