1
1
Fork 0

Switch to using path

main
Bill Ewanick 2023-09-23 13:29:16 -04:00
parent d8280a0d4a
commit 9224fd0c94
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love";
PROJECT_ROOT = /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love;
in
{
services.caddy = {