From 730141d094a5ce7f223885e23efcbc0eb00c49bf Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 4 Jan 2026 01:58:04 -0500 Subject: [PATCH] WIP --- flake.nix | 4 ++-- nixos-apps/ewanick.com.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4db40ad..6d7311e 100644 --- a/flake.nix +++ b/flake.nix @@ -74,8 +74,8 @@ osds-site = { layers = [ { - # path = ./nixos-apps/ewanick.com; - # pathString = "nixos-apps/ewanick.com"; + path = ./nixos-apps/ewanick.com; + pathString = "nixos-apps/ewanick.com"; } ]; baseUrl = "ewanick.com"; diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index ed5fc1b..985e9d6 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -3,7 +3,7 @@ PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com"; HOST = "localhost"; PORT = 5567; - emanote-version = "1.4.0"; + emanote-version = "1.4.0.0"; in { services.caddy = { enable = true;