-
Just started playing around with the current master branch of NixOps and ran into the following:
```
$ rm -rf ~/.nixops/
$ nixops info
Traceback (most recent call last):
File "/nix/store/z…
andir updated
3 years ago
-
just a issue to not have the memoise primop hidden and forgotten in a commit on a non merged branch https://github.com/NixOS/nix/commit/0395b9b94af56bb814810a32d680c606614b29e0
'builtins.memoise f …
-
When perfroming a deploy operation withe the `--allow-reboot` flag `nixops` actually stop start the instance which can cause issues when dealing with spot instances. It should reboot the instance as t…
-
When `--check` mode is used to _re_deploy a EC2 Security Group with has a port wildcard grant (1-65535) fails, because `boto` returns (None, None) as the port range.
Sadly, I no longer have the log…
-
Hey,
I still struggle with setting up hydra for private my project using _nixops_.
I did the following steps:
hydra.nix:
``` nix
{
hydra = { config, lib, pkgs, resources, ... }:
{ network…
-
Hello,
While going through the NixOps manual using Mac OSX Yosemite, I ran into the above mentioned issue where SSH access doesn't seem to be available.
```
$ nix-env --install nixops
...
$ nixops c…
-
I have this script that's trying to access `` from NIX_PATH, but it does not seem to work.
```shell
#! /usr/bin/env nix-shell
#! nix-shell
nixops "$@"
```
I would expect this to access sh…
-
Nixos and Mgmt Config might be combination for the following reasons (there are many more).
https://nixos.org/
* Keeping secrets out of the /nix/store
* Coordinating and running changes to /e…
-
My flake-based deployment contains
```
network.storage.legacy = {
databasefile = "~/.nixops/deployments-nixops-example.nixops";
};
```
which points to a new path. Yet, I see all my usual leg…
-
Running `nixops mount`, like `nixops mount static-site-server ~/mnt` fails with
```
Traceback (most recent call last):
File "/nix/store/0xx0rxr7gw5bj4qz5h6rbdxrp4r5mb5s-nixops-1.7/bin/..nixops-…