Unverified Commit 57dbf4c0 authored by sefidel's avatar sefidel
Browse files

nixos/tt-rss: supply --force-yes to update-schema

This commit fixes the service failing to start for the first time since
the update-schema operation requires human interaction (typing 'yes') in
order to actually perform the schema upgrade.
parent d5df6206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -596,7 +596,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 = {