1
1

Add hydra server

This commit is contained in:
2024-01-14 01:00:17 -05:00
parent d4735ff7c3
commit fa0343bdbf
3 changed files with 32 additions and 6 deletions

View File

@@ -22,13 +22,12 @@ in
ewanick-site = {
enable = true;
description = "A blog powered by Emanote running solely on Markdown files.";
path = with pkgs; [ nix git ];
path = with pkgs; [ emanote ];
script = ''
cd ${PROJECT_ROOT}
nix run github:srid/emanote --accept-flake-config \
-- run \
--port ${PORT} \
--host ${HOST}
emanote run \
--port ${PORT} \
--host ${HOST}
'';
};
};