Compare commits

..
5 Commits
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -25,10 +25,11 @@ in
services.whib-backend = {
enable = true;
backend = {
signingKey = "$(${pkgs.coreutils}/bin/cat ${config.age.secrets.whib-signing-key.path})";
domain = "api.whib.ppp.pm";
useACMEHost = "api.whib.ppp.pm";
backend = {
signingKey = "$(${pkgs.coreutils}/bin/cat ${config.age.secrets.whib-signing-key.path})";
};
postgres = {
+1 -1
View File
@@ -16,10 +16,10 @@ in
config = lib.mkIf enabled {
services.whib-backend = {
enable = true;
domain = "whib-backend.local";
backend = {
signingKey = "super-secret-key";
domain = "whib-backend.local";
};
postgres = {