Jonas Chevalier

Results 843 comments of Jonas Chevalier

No worries, there is nothing urgent. If Tweag wants to maintain the project that's fine by me. I'm not going to spend more time on the project, but feel free...

I was under the impression that terraform 0.12 is backward-compatible? Otherwise we should just upgrade the syntax.

I have seen that as well. I don't know exactly where the issue is coming from but it's annoying.

The best option is to delete /etc/nixos on the target machine. You can do that by using the "remote-exec" provisioner, or by adding it in a systemd unit in the...

:see_no_evil: Another thing you can do is set `nix.nixPath = [ "nixpkgs=${pkgs}" ];` so nixpkgs also get pushed and set to NIX_PATH.

There is also https://search.nixos.org/options?channel=20.09&show=system.copySystemConfiguration&from=0&size=30&sort=relevance&query=copy , but that only works if the config is self-contained into a single file.

Error message: ``` error: Cannot deploy from an unclean source tree! ``` The issue comes from this snippet: ``` 'nix-instantiate' '--show-trace' '--expr' $'\n { system, configuration, hermetic ? false, flake...

Assuming that nix is installed on the system, the deploy script could also build and invoke nixos-rebuild.sh on the fly. I don't think it's going to add too much to...

While it would be nice if the terraform module also worked on machines that didn't have nix installed on them, isn't that an existing requirement because the `nixos-instantiate.sh` script invokes...

Nice. Does that also work on Darwin or does it depend on having user namespaces available?