ma rss.euer.krebsco.de: pin postgresql package
This commit is contained in:
parent
639aa642e9
commit
a8c0f996a3
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, config, ... }:
|
||||
let
|
||||
fqdn = "rss.euer.krebsco.de";
|
||||
in {
|
||||
|
@ -6,6 +7,8 @@ in {
|
|||
virtualHost = fqdn;
|
||||
selfUrlPath = "https://${fqdn}";
|
||||
};
|
||||
services.postgresql.package = pkgs.postgresql_9_6;
|
||||
state = [ config.services.postgresql.dataDir ];
|
||||
services.nginx.virtualHosts."${fqdn}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue