forked from Fediversity/Fediversity
Valentin Gagarin
3ae51fa545
- 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 Reviewed-on: Fediversity/Fediversity#1 |
||
---|---|---|
.. | ||
configuration.nix | ||
default.nix | ||
hardware-configuration.nix | ||
README.md | ||
shell.nix |
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