1
1
Fork 0

Try hardcoded locations

Bill Ewanick 2023-08-11 15:19:26 -04:00
parent 1643aaf283
commit 7484900126
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/deployed-nixos-server-and-apps/nixos-apps";
in in
{ {
services.caddy = { services.caddy = {