This commit is contained in:
Alexander Heldt
2024-11-25 08:47:29 +01:00
parent b19d28c442
commit 189cd4fe35
3 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
lib,
config,
...
@@ -14,6 +15,8 @@ in
};
config = lib.mkIf enabled {
environment.systemPackages = [ pkgs.gnupg ];
services.whib-backend = {
enable = true;
domain = "whib-backend.local";
@@ -24,6 +27,10 @@ in
postgres = {
password = "postgrespassword";
backup = {
gpgPassphraseFile = ./whib-gpgPassfile;
};
};
};