-
I'd like to run `nixops` from nixpkgs, but `override` the derivation to give it a custom nixops commit.
It seems that currently I can't do that, because the [nixpkgs derivation builds from a tarbal…
-
deploying and m5.large with an encrypted and non encrypted volume then rebooting the system cause the mountpoint to get swapped with the volume attaching point
```
[nix-shell:~/src/nixos-hardening…
-
Hello,
One of the features of nixops is the ability of provisioning nixos environment on e.g. google cloud, amazon aws, libvirt… In nixops 1.\*, the code was deemed too monolithic, so to encourage …
-
NixOps doesn't cope with rate limits.
```
boto.exception.BotoServerError: BotoServerError: 400 Bad Request
Sender
Throttling
Rate exceeded
```
NixOps could output the…
-
Hi, I'm failing to install on hetzner via nixops,
```
...
Processing ./nixpart-0.4.0-py2-none-any.whl
Installing collected packages: nixpart
Successfully installed nixpart-0.4.0
/tmp/nix-build…
leshy updated
4 years ago
-
See https://github.com/NixOS/nixpkgs/issues/86403.
I am also filing it here for visibility and because, potentially, it could be fixed in nixops by using a newer nixpart version.
`build2Packages…
-
It is not clear to me how this module can be used with NixOps. If I install NixOps from the NixOps GitHub repository, this libvirtd backend is not found. If I try to enter a nix-shell in this (nixops-…
-
We can define `resources.ec2KeyPairs` and refer them in `deployment.ec2`. E. g.:
``` nix
{
# ...
resources.ec2KeyPairs.petcatKey = { inherit accessKeyId; region = "ap-southeast-1"; };
# ...
petcat = …
-
## Issue description
Cannot change 'channels(root)' using NixOps.
### Steps to reproduce
1. Change `system.stateVersion = "17.09";` to 18.03.
2. Set `channelURL = "https://nixos.org/channels/nix…
Shkiv updated
4 years ago
-
**Describe the bug**
After adding `ca-derivations` to `experimental-features` in `nix.conf`, many servers have all nix operations stuck on "waiting for exclusive access to the Nix store for ca drvs…