Compare commits
5 Commits
1faf91d76a
...
6be32481cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6be32481cb | ||
|
|
5095e8a94e | ||
|
|
0532588679 | ||
|
|
119b8efc90 | ||
|
|
b29029afc6 |
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user