fixed ssh keys

This commit is contained in:
2023-11-19 03:54:23 +00:00
parent 362fc6d0a2
commit 1697abccbf
8 changed files with 487 additions and 30 deletions

View File

@@ -1 +1,22 @@
# nixos-cluster
# NixOS on ODROID-M1
(based on https://github.com/povik/nixos-on-odroid-n2 and hellabyte's work here https://discourse.nixos.org/t/newbie-installs-nixos-on-an-arm-sbc-or-how-patience-is-a-virtue/35020)
These are configuration files which make it easier to set up and maintain a NixOS installation on an ODROID-M1 single-board computer.
The system is set up to be loaded through Petitboot.
Kernel is mainline.
Patches are welcome!
## Building an initial SD/MMC image
On an aarch64 system (or with aarch64 emulation):
`nix build .#images.m1`
On an aarch64 system:
`nix build --option system aarch64-linux --option sandbox false .#images.m1`