diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-07 12:33:44 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-07 12:33:44 +0100 |
commit | 63024d45b1b24e9e807599a0f13e5a046c0278a0 (patch) | |
tree | f17257e54cd5cad8ac778a1cadb105af693e0a50 | |
parent | 022841a61b6d9df5c71fac214c88dd390c9d776a (diff) | |
download | dots-63024d45b1b24e9e807599a0f13e5a046c0278a0.tar.gz dots-63024d45b1b24e9e807599a0f13e5a046c0278a0.zip |
Add rpi3 readme
-rw-r--r-- | machines/rpi3-amadeus/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/machines/rpi3-amadeus/README.md b/machines/rpi3-amadeus/README.md new file mode 100644 index 0000000..4ee0586 --- /dev/null +++ b/machines/rpi3-amadeus/README.md @@ -0,0 +1,15 @@ +# Installing nixos on rpi + +1. Download img from hydra (aarch64) +2. Flash on sd card and boot it +3. passwd for root! +4. run nixos-rebuild with minimal.nix as config +5. run nixos-rebuild with configuration.nix as config + +## TODO + +- spi + +## Resources + +- https://github.com/hexamon-tech/nixos-lorawan-gateway/blob/master/modules/kernel.nix#L11 |