1
1
Fork 0

Try hardcoded locations

Bill Ewanick 2023-08-11 15:19:26 -04:00
parent 1643aaf283
commit 57dcc0f04b
1 changed files with 1 additions and 1 deletions

View File

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