From 61cff183d90dbe3856328d314db6ad91c55ba001 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 2 Nov 2020 18:31:44 -0300 Subject: vps-configuration.nix: Remove songbooks and eq from docs-project --- vps-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vps-configuration.nix') diff --git a/vps-configuration.nix b/vps-configuration.nix index 9d641d6..16be02f 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -14,7 +14,8 @@ let matrixClientJSON = { "m.homeserver" = { "base_url" = "https://${TLD}"; }; }; matrixPort = 8008; static-sites = [ "boneco" "pdfs-da-d-maria" ]; - docs-projects = [ "songbooks" "mediator" "libedn" "x-bindgen" "eq" ]; + docs-projects = [ "mediator" "libedn" "x-bindgen" ]; + # "eq" "songbooks" }; static-site-from-repo = repo-name: { "${repo-name}.${config.TLD}" = { -- cgit v1.2.3