nixos/willem
2024-04-06 19:49:07 +02:00
..
programs updated rebuild script 2024-02-16 14:14:13 +01:00
services Add website as submodule 2024-04-06 19:49:07 +02:00
configuration.nix Add website as submodule 2024-04-06 19:49:07 +02:00
hardware-configuration.nix initial commit after purge 2024-02-16 13:59:46 +01:00
README.md initial commit after purge 2024-02-16 13:59:46 +01:00

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

Step by step

  1. Follow the generic installation steps to get NixOS up and running on the Pi.
  2. Generate the default configuration.nix via sudo nixos-generate-config and do a first rebuild sudo nixos-rebuild switch
  3. Somehow get this repository onto the machine and cd into it
  4. We need git: nix-shell -p git
  5. Build the flake via sudo nixos-rebuild switch --flake .
  6. At this point you can restart
  7. Login, set password, move the repository to /home/leonv/nixos