terraform-nixos
terraform-nixos copied to clipboard
A set of Terraform modules that are designed to deploy NixOS [maintainer=@adrian-gierakowski]
**Describe the bug** When provisioning a new instance, it will sometimes (usually, but not always) fail with a "file provisioner error" with SSH authentication failed **To Reproduce** `terraform init` and...
This is a pretty simple one; just expose the `connection` `timeout` parameter using the current value as a default. I've used these changes from my branch without any problems. Thanks...
**Is your feature request related to a problem? Please describe.** This project is mature now and could benefit from shared maintenance. I'm also doing most of the maintenance right now...
Fixes #62 I've tested this with a number of deployments for a host that runs GitLab and its dependencies. My latency to the target server is around 100ms and my...
It adds a variable `arguments` which is passed to the result of `import configuration` (requires `hermetic`) if it's a function. So we can write a configuration like the following. ```...
**Describe the bug** Installations of NixOS should set the `stateVersion` option, such that NixOS can take legacy filesystem state locations and such into account. **To Reproduce** (hypothetical but bound to...
**Is your feature request related to a problem? Please describe.** When deploying changes with `deploy_nixos` a large portion of the deploy time is spent copying .drv files to the remote...
I just hit an issue where this doesn't work if the flake is in a sub-folder of the repo. Because it tries to instantiate from ./. and that doesn't contain...
**Describe the bug** After running terraform apply, I receive this error message: https://defuse.ca/b/QnVKBcVO I'm pointing out that I enabled build_on_target true in case that's relevant, as I was facing invalid...