is it this, maybe?
This commit is contained in:
parent
f4401339d2
commit
f8f098d205
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gts;
|
package = pkgs.gts;
|
||||||
setupPostgresqlDB = false;
|
setupPostgresqlDB = false;
|
||||||
environmentFile = config.sops.templates."gts.env.secrets.yaml".path;
|
environmentFile = "${config.sops.templates."gts.env.secrets.yaml".path}";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# # most of these are the defaults but i'm writing them here anyways
|
# # most of these are the defaults but i'm writing them here anyways
|
||||||
|
|
Loading…
Reference in a new issue