# fediversity.eu webserver This directory contains the configuration for the server hosting https://fediversity.eu Build the configuration: ```bash nix-build -A machine ``` Deploy via SSH: ```bash env SSH_OPTS="..." nix-shell --run deploy-webserver ```