fix eval
This commit is contained in:
parent
8bd27ec95e
commit
346ed2ec54
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
WOODPECKER_SERVER_PROTO = "https";
|
||||
WOODPECKER_SERVER_PORT = ":47927";
|
||||
};
|
||||
environmentFile = [config.sops.secrets."services/woodpecker".path];
|
||||
environmentFile = config.sops.secrets."services/woodpecker".path;
|
||||
};
|
||||
sops.secrets."services/woodpecker" = {};
|
||||
services.caddy.virtualHosts."woodpecker.int.chir.rs" = {
|
||||
|
|
Loading…
Reference in a new issue