Fediversity/server
2024-11-14 11:42:49 +01:00
..
configuration.nix don't require password auth for sudo 2024-11-14 11:42:49 +01:00
default.nix use sudo 2024-11-14 11:42:39 +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-13 17:54:20 +01:00
shell.nix serve the website from the git repo 2024-11-13 17:54:20 +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