Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dramforever/nixos-visionfive
My VisionFive NixOS config
https://github.com/dramforever/nixos-visionfive
Last synced: about 1 month ago
JSON representation
My VisionFive NixOS config
- Host: GitHub
- URL: https://github.com/dramforever/nixos-visionfive
- Owner: dramforever
- Created: 2022-07-11T09:49:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T15:18:38.000Z (over 2 years ago)
- Last Synced: 2024-11-09T13:38:14.237Z (about 1 month ago)
- Language: C
- Size: 37.1 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixos-visionfive
The NixOS configuration I run on my VisionFive board.
Requires a U-Boot installation that supports Distroboot, e.g. [NickCao/u-boot-starfive].
[NickCao/u-boot-starfive]: https://github.com/NickCao/u-boot-starfive
## Notes on some files
### `secrets.yaml`
My secret stuff. You just don't get to see them.
Currently used for:
- `networking.wireless` configuration (`wpa_supplicant`)
### `starfive-linux.nix`
Based on: https://github.com/MatthewCroughan/visionfive-nix/blob/master/kernel.nix
### `dt-overlays/jtag-pins.dts`
A device tree overlay that keeps JTAG pins available even after boot.