1
1

Major updates

This commit is contained in:
2024-01-14 18:24:23 -05:00
parent dd117c5f6e
commit 4a40dc8802
3 changed files with 258 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ emanote, ... }:
let
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
@@ -22,7 +22,7 @@ in
ewanick-site = {
enable = true;
description = "A blog powered by Emanote running solely on Markdown files.";
path = with pkgs; [ emanote ];
path = [ emanote ];
script = ''
cd ${PROJECT_ROOT}
emanote run \