1
1

WIP
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / build-site (push) Successful in 4s

This commit is contained in:
2026-01-04 01:58:04 -05:00
parent fb6d498ad5
commit 730141d094
2 changed files with 3 additions and 3 deletions

View File

@@ -74,8 +74,8 @@
osds-site = { osds-site = {
layers = [ layers = [
{ {
# path = ./nixos-apps/ewanick.com; path = ./nixos-apps/ewanick.com;
# pathString = "nixos-apps/ewanick.com"; pathString = "nixos-apps/ewanick.com";
} }
]; ];
baseUrl = "ewanick.com"; baseUrl = "ewanick.com";

View File

@@ -3,7 +3,7 @@
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com"; PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
HOST = "localhost"; HOST = "localhost";
PORT = 5567; PORT = 5567;
emanote-version = "1.4.0"; emanote-version = "1.4.0.0";
in { in {
services.caddy = { services.caddy = {
enable = true; enable = true;