1
1
Fork 0

Update catacomb-server

This commit is contained in:
Jaculabilis 2022-02-10 04:20:52 +00:00
parent 4f331322ff
commit 9f61edec49
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
catacombServerSource = builtins.fetchGit { catacombServerSource = builtins.fetchGit {
url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git"; url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git";
ref = "develop-nix"; ref = "develop-nix";
rev = "08749de4adeb2ea01f0f646c53c6e30aa9a240e7"; rev = "24838851eeb7e9bd4181bf46ea0a55432c3bba66";
}; };
catacombServer = pkgs.callPackage catacombServerSource {}; catacombServer = pkgs.callPackage catacombServerSource {};
@ -31,6 +31,7 @@ let
--env CATACOMB_ROOT=/nas \ --env CATACOMB_ROOT=/nas \
--env CATACOMB_TOKENS=${catacombServerDir}tokens \ --env CATACOMB_TOKENS=${catacombServerDir}tokens \
--env CATACOMB_MODE=host \ --env CATACOMB_MODE=host \
--env CATACOMB_GUEST_HOST=catacomb.alogoulogoi.com \
"catacomb.server:wsgi()" "catacomb.server:wsgi()"
''; '';