/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

fzakaria.com
| | blog.arkadi.one
1.2 parsecs away

Travel
| | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan.
| | citizen428.net
0.8 parsecs away

Travel
| | The process of installing NixOS on a Raspberry Pi 3 is pretty straightforward, as they are fully supported upstream. However, the documentation is somewhat spread out and occasionally a bit outdated and/or confusing, so I thought it may be worthwhile to summarize my recent experience. Download an image from Hydra, NixOS CI tool. For the Pi 3 youll use an AArch 64 image of the latest release (currently 20.03), which can be found here.
| | jade.fyi
1.9 parsecs away

Travel
| | computers i guess
| | scvalex.net
16.1 parsecs away

Travel
| Let's build a container around a Rust webserver and some static files using Nix and Gitlab CI. The process is what you'd expect, but there are a few details that are annoying to puzzle out.