-
Imo these tools deserve to be listed next to nixops.
- [Morph](https://github.com/DBCDK/morph)
> Morph is a tool for managing existing NixOS hosts - basically a fancy wrapper around `nix-build…
toonn updated
5 years ago
-
**Describe the bug**
From revision `604b7c139f4d44d9fb0e84d812efdfcf5dda3448` to the current master (` f86bbb218cacd968aecdd1374a42d23262c23d3b`) the documentation fails to build
**To Reproduce**
S…
-
Currently only instructions for deploying with `nixops` are provided. Since i'm more fan of terraform myself, as nixops does not provide all cloud features, it would be nice to include instructions ho…
-
At the moment we only support NixOps deployment, while someone might want to use just NixOS module (maybe with terraform or such).
-
## Issue description
When using NixOS 39cd40f on a libvirtd VM (via NixOps), there is one networking device less than in VirtualBox and the name is different too.
In the libvirtd VM, I have:
`…
-
I am trying to build musnix (from master) on nixos unstable with kernel.optimize = true (works fine without this)
In my configuration.nix:
```
musnix = {
enable = true;
kernel.optimiz…
-
**Problem**
Setting up a nix-bitcoin node in VirtualBox with the provided manual in `docs/install.md` creates a VirtualBox image with only 50GB of disk space. The Bitcoin blockchain needs more space.…
-
NixOS guest container created on a NixOS Host running in vpsadminos is not starting.
Container snippet
```
{
testcontainer = { ... }:
{
system.stateVersion = "18.09";
…
jficz updated
5 years ago
-
Code in the below breaks the statelessability of vendor folder. I did face when I try to deploy my `sylius` project with `nixops`.
So, I can't deploy my project with use composer2nix package cause …
-
A look at [the code](https://github.com/DBCDK/morph/blob/master/healthchecks/types.go#L114-L116) suggests that there is support for specifying headers to pass along when doing HTTP healthchecks. The […