about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2024-02-07 17:39:03 +0100
committerGitHub <noreply@github.com>2024-02-07 17:39:03 +0100
commit33ca948d6a8038cd64c72735b82f8c944982e52c (patch)
tree9f3d4483f4582bb9ec1aa69f16346f6a943b96da /nixos/modules/services/web-apps
parentb988acd0cfd581bab32aa218df885a72fea14838 (diff)
parent57dbf4c082e00be0c27412b72080b99b09101d88 (diff)
downloadnixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar.gz
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar.bz2
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar.lz
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar.xz
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.tar.zst
nixlib-33ca948d6a8038cd64c72735b82f8c944982e52c.zip
Merge pull request #259604 from sefidel/tt-rss-force-update-schema
nixos/tt-rss: supply --force-yes to update-schema
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/tt-rss.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/tt-rss.nix b/nixos/modules/services/web-apps/tt-rss.nix
index a8fb37d2c5ec..6c9b4bd1b8a7 100644
--- a/nixos/modules/services/web-apps/tt-rss.nix
+++ b/nixos/modules/services/web-apps/tt-rss.nix
@@ -605,7 +605,7 @@ let
         description = "Tiny Tiny RSS feeds update daemon";
 
         preStart = ''
-          ${pkgs.php81}/bin/php ${cfg.root}/www/update.php --update-schema
+          ${pkgs.php81}/bin/php ${cfg.root}/www/update.php --update-schema --force-yes
         '';
 
         serviceConfig = {