1
0
Fork 0

Update documentation accordingly

This commit is contained in:
Nicolas Jeannerod 2025-02-25 11:55:29 +01:00
parent 4ae3fc27be
commit 01e2fc8a6f
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -9,12 +9,11 @@ future, I will improve the provisioning script to make this a bit less clunky.
In the far future, NixOps4 will be able to communicate with Proxmox directly and
everything will become much cleaner.
1. Choose an id and name for your VMs. It is recommended to choose the first
free id above 100. As for the name, it is recommended to choose `fedi<id>`.
For instance, `fedi117` with id `117`.
1. Choose names for your VMs. It is recommended to choose `fediXXX`, with `XXX`
above 100. For instance, `fedi117`.
2. Add a basic configuration for the machine. These typically go in
`infra/<name>/default.nix`. You can look at other `fedi<id>` VMs to find
`infra/<name>/default.nix`. You can look at other `fediXXX` VMs to find
inspiration. You probably do not need a `nixos.module` option at this point.
3. Add the machine to a deployment. This takes place in `infra/flake-parts.nix`.