Add hydra server
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user