https://github.com/c0nscience/rpi4-nix
NixOS configuration for raspberry pi 4
https://github.com/c0nscience/rpi4-nix
Last synced: 24 days ago
JSON representation
NixOS configuration for raspberry pi 4
- Host: GitHub
- URL: https://github.com/c0nscience/rpi4-nix
- Owner: c0nscience
- Created: 2024-01-27T22:57:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T00:53:06.000Z (over 2 years ago)
- Last Synced: 2026-06-09T01:34:07.687Z (24 days ago)
- Language: Nix
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
curl -L "http://tinyurl.com/rpi4-nix-cfg" > /etc/nixos/configuration.nix && \
curl -L "http://tinyurl.com/rpi4-nix-hw-cfg" > /etc/nixos/hardware-configuration.nix && \
curl -L "http://tinyurl.com/rpi4-nix-flake" > /etc/nixos/flake.nix && \
curl -L "https://github.com/c0nscience.keys" > /etc/nixos/ssh/authorized_keys
```