Fediversity/server
Valentin Gagarin 04964f80bf serve the website from the git repo
- move the impure single-node deploy helper here

  it's not used anywhere else

- reuse the pins from the website

  this needs to be cleaned up later

- don't copy the config to the server

  it's impure (can't even build that without jumping through hoops), and useless when building via SSH
2024-11-14 12:13:48 +01:00
..
configuration.nix serve the website from the git repo 2024-11-14 12:13:48 +01:00
default.nix serve the website from the git repo 2024-11-14 12:13:48 +01:00
hardware-configuration.nix add nixos server config from the server running the fediversity.eu website 2024-11-07 13:41:33 +01:00
README.md serve the website from the git repo 2024-11-14 12:13:48 +01:00
shell.nix serve the website from the git repo 2024-11-14 12:13:48 +01:00

fediversity.eu webserver

This directory contains the configuration for the server hosting https://fediversity.eu

Build the configuration:

nix-build -A machine

Deploy via SSH:

env SSH_OPTS="..." nix-shell --run deploy-webserver