ma rss.euer: remove workaround for tt-rss
This commit is contained in:
parent
fc8a7be201
commit
90a51a853f
|
@ -8,11 +8,6 @@ in {
|
|||
selfUrlPath = "https://${fqdn}";
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python2.7-Pillow-6.2.2"
|
||||
];
|
||||
|
||||
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.postgresqlBackup.location ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue