ma rss: update feeds
This commit is contained in:
parent
43f6b90d34
commit
69b3964a7a
2configs/deployment
|
@ -26,18 +26,6 @@
|
|||
zipcode: 70378
|
||||
q: Werkbank
|
||||
distance: 5
|
||||
- name: Stirnthermometer
|
||||
zipcode: 70378
|
||||
q: Stirnthermometer
|
||||
distance: 5
|
||||
- name: Ohrthermometer
|
||||
zipcode: 70378
|
||||
q: Ohrthermometer
|
||||
distance: 5
|
||||
- name: Fieberthermometer
|
||||
zipcode: 70378
|
||||
q: Fieberthermometer
|
||||
distance: 5
|
||||
- name: Einhell
|
||||
zipcode: 70378
|
||||
q: Einhell
|
||||
|
|
|
@ -16,6 +16,10 @@ in {
|
|||
enable = true;
|
||||
databases = [ config.services.tt-rss.database.name ];
|
||||
};
|
||||
systemd.services.tt-rss.serviceConfig = {
|
||||
Restart = lib.mkForce "always";
|
||||
};
|
||||
|
||||
systemd.services.postgresqlBackup-tt_rss.serviceConfig.SupplementaryGroups = [ "download" ];
|
||||
|
||||
services.nginx.virtualHosts."${fqdn}" = {
|
||||
|
|
Loading…
Reference in a new issue