+1
-1
nixos/modules/services/web-apps/rutorrent.nix
+1
-1
nixos/modules/services/web-apps/rutorrent.nix
···-"php" => "${pkgs.php}/bin/php", // Something like /usr/bin/php. If empty, will be found in PATH."curl" => "${pkgs.curl}/bin/curl", // Something like /usr/bin/curl. If empty, will be found in PATH."gzip" => "${pkgs.gzip}/bin/gzip", // Something like /usr/bin/gzip. If empty, will be found in PATH."id" => "${pkgs.coreutils}/bin/id", // Something like /usr/bin/id. If empty, will be found in PATH.
···+"php" => "${pkgs.php82}/bin/php", // Something like /usr/bin/php. If empty, will be found in PATH."curl" => "${pkgs.curl}/bin/curl", // Something like /usr/bin/curl. If empty, will be found in PATH."gzip" => "${pkgs.gzip}/bin/gzip", // Something like /usr/bin/gzip. If empty, will be found in PATH."id" => "${pkgs.coreutils}/bin/id", // Something like /usr/bin/id. If empty, will be found in PATH.