document some notes about nixos on the Pinephone

This commit is contained in:
colin 2022-05-20 21:29:33 -07:00
parent dd32e4b58f
commit 6ed31d71d1
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
+++
title = "NixOS on my Pinephone"
date = 2022-01-01
description = "remove extra.hidden to link this from the index"
extra.hidden = true
+++
resources:
[NixOS from a working install](https://git.sr.ht/~tomf/notes/tree/master/item/pinephone-nixos-getting-started.md)
configuration is from a mobile-nixos local.nix repo. workable (leverages the hydra cache), but unclear how one would configure this after install (flake support?)
[HN cached build](https://news.ycombinator.com/item?id=30010178)
to get a minimal, PoC, image, flash this using Jumpdrive and it should just boot
[Jumpdrive](https://github.com/dreemurrs-embedded/Jumpdrive/releases)
[postmarketOS](https://images.postmarketos.org/pinephone/)
useful to validate flashing method
[NixOS Flakes Intro](https://nixos.wiki/wiki/Flakes)
[Mobile NixOS Flake Support](https://github.com/NixOS/mobile-nixos/pull/404)
[noneucat's pinephone config](https://git.sr.ht/~noneucat/nixos-configs/tree/master/item/deployment/pinephone/configuration.nix)