Try hardcoded locations

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

View file

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