1
1

Try hardcoded locations

This commit is contained in:
2023-08-11 15:19:26 -04:00
parent 072a1bbfe6
commit b30bb30021

View File

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