/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kennyballou.com
| | www.paedubucher.ch
2.5 parsecs away

Travel
| | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming)
| | austinmorlan.com
1.9 parsecs away

Travel
| | I recently purchased a new laptop (Dell XPS 13 9370) and needed to install Arch onto it. I thought I'd finally document the steps I took because I always seem to forget what I did the last time (one of the joys of Arch is that it rarely needs to be reinstalled). There are a lot of helpful guides online about different installation setups, but I could never find one that met all of my requirements:
| | gist.github.com
2.3 parsecs away

Travel
| | REPLACED BY https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh (Example script to install NixOS on a Hetzner dedicated server via the Hetzner rescue mode) - hetzner-dedicated-wipe-and-install-nixos.sh
| | blog.thalheim.io
11.8 parsecs away

Travel
| In this article, I will explain how to perform full integration tests with flakes outside nixpkgs. With NixOS testing framework, you can create end-to-end integration tests easily. It all comes down to starting a virtual machine based on your custom modules and testing its state with a Python script. This way, you can identify in advance all the regressions and incompatible configurations arising from the updates you introduced. One of the framework's upsides is that it's extremely fast - maybe the faste...