Results 50 comments of Linus Heckemann

Does `colmena apply --reboot boot` not already do what you want? I suppose the one missing piece is that post-activation key upload should take place after the reboot and not...

IMHO this is an opportunity to rethink how a colmena deployment is specified in general. I think the current setup has a couple of paper cuts: - awkwardness of using...

No — compare `nix eval -f https://github.com/nixos/nixpkgs/archive/nixos-20.03.tar.gz lib.version` and `nix eval -f https://nixos.org/channels/nixos-20.03/nixexprs.tar.xz lib.version` This information can be very helpful for tracing back from e.g. a nixos system built with...

In the case of niv, I imagine it wouldn't look any different than any other dependencies — just that rather than having `url_template`, `owner`, `repo`, etc, one would have a...

Yes, as @michaelpj says. Specifically, the channel tarball is generated by https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/make-channel.nix which includes some extra metadata which makes displaying the correct version possible. This metadata can't be obtained from...

Tested this together with @mic92 tonight. - eMMC doesn't seem to work, at least on his helios64; reports `Card did not respond to voltage select! : -110`, both when u-boot...

> To be totally frank, the memory issues and the vendor folding really discouraged me about the platform :/. yeah, it's a real shame. They did so many things right.

I think the exporter exporting a useless number, in the default configuration, and without caveats in the documentation, is an issue with the exporter --- regardless of where it comes...

Same problem here, on NixOS, Linux 5.4.114, ZFS 2.0.4, also (probably) when receiving into an encrypted dataset. Kernel log: https://gist.github.com/lheckemann/1c11ab6865c44a192c9d2597d17ba72b This is the second time these symptoms have shown up,...

FWIW I've just completely removed the interactivity in the version I use: https://github.com/lheckemann/nox/commit/a02c71331580d835a92733dd0d96a728cca3f809