wip
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user