ma rss.euer: use update_daemon2 as updater
This commit is contained in:
parent
936861aeb4
commit
c5dcf86e0f
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
fqdn = "rss.euer.krebsco.de";
|
||||
in {
|
||||
@ -7,6 +7,7 @@ in {
|
||||
virtualHost = fqdn;
|
||||
selfUrlPath = "https://${fqdn}";
|
||||
};
|
||||
systemd.services.tt-rss.serviceConfig.ExecStart = lib.mkForce "${pkgs.php}/bin/php /var/lib/tt-rss/update_daemon2.php";
|
||||
services.postgresql.package = pkgs.postgresql_9_6;
|
||||
state = [ config.services.postgresql.dataDir ];
|
||||
services.nginx.virtualHosts."${fqdn}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user