Explore >> Select a destination


You are here

fzakaria.com
| | blog.janissary.xyz
0.8 parsecs away

Travel
| |
| | 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.
| | gist.github.com
1.9 parsecs away

Travel
| | NixOSconfig file. GitHub Gist: instantly share code, notes, and snippets.
| | citizen428.net
6.7 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.