925 B
925 B
Willem
Willem is a server running on a Raspberry Pi 400 offering the following services:
There are daily backups of the Gitea instance using Restic via B2.
Installation on Raspberry Pi 400
Resources
- https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi_4
- https://nixos.wiki/wiki/NixOS_on_ARM#Installation
Step by step
- Follow the generic installation steps to get NixOS up and running on the Pi.
- Generate the default
configuration.nix
viasudo nixos-generate-config
and do a first rebuildsudo nixos-rebuild switch
- Somehow get this repository onto the machine and
cd
into it - We need git:
nix-shell -p git
- Build the flake via
sudo nixos-rebuild switch --flake .
- At this point you can restart
- Login, set password, move the repository to
/home/leonv/nixos