Domen Kožar
Domen Kožar
And port/link https://github.com/SnabbCo/snabbswitch/wiki/Snabb-Lab
Currently `make-iso.nix` handles the job, but two things need to be improved: - [ ] setup sshd on livecd for easier debugging
Something like: ``` eiger:/home//nfs` and each lab server would have `lugano-X:/home//nfs ``` Note: don't forget to mark mounts as not required (otherwise machines won't boot if NFS is down).
Currently the cachix command allows specifying `--host` but it would be better if there was a command to make that permanent in cachix.dhall config file. I was thinking like `cachix...
https://github.com/cachix/cachix/commit/cfa2949cfaff9769f39a1acad10d3422dbee4b25 addressed the queue bits, but we still need to make sure conduit finishes streaming logs and `sendMessage` command completes.
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/tasks/auto-upgrade.nix#L112 cc @mic92
I'd like to be able to build all packages in `packages:` part of stack.yaml and all their components. This would be a simple way to emulate `stack test`.
`/nix/store/bmvmz1fnsprgnibzw8v5k58sh4l85qx4-cachix-lib-cachix-1.0.0/bin/.cachix-deployment: createProcess: exec: invalid argument (Bad file descriptor)` While I'm referencing it as: https://github.com/cachix/cachix/blob/v1.0.0/cachix/src/Cachix/Deploy/Agent.hs#L43