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