ma rss.euer: remove workaround for tt-rss

This commit is contained in:
makefu 2021-10-01 18:41:50 +02:00
parent 359ffa2d40
commit eacb221f24
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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 ];