lassulus changed the topic of #nixos-de to: Willkommen im deutschen NixOS Channel. | Meetup Donnerstags 19:00 - 23:00 auf Mumble: nix-shell -p mumble --run "mumble mumble://$USER@lassul.us/nixos"
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-de
mbrgm_ has joined #nixos-de
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm_ has quit [*.net *.split]
stoile has quit [*.net *.split]
ajs124 has quit [*.net *.split]
ajs124 has joined #nixos-de
stoile has joined #nixos-de
mbrgm has joined #nixos-de
mbrgm is now known as Guest46498
tokudan has quit [Remote host closed the connection]
tokudan has joined #nixos-de
mbrgm has joined #nixos-de
wucke13_ has joined #nixos-de
h0m1 has quit [Ping timeout: 264 seconds]
palo1 has joined #nixos-de
h0m1 has joined #nixos-de
palo has quit [*.net *.split]
MichaelRaskin has quit [*.net *.split]
wucke13 has quit [*.net *.split]
Guest46498 has quit [*.net *.split]
ajs124 has quit [*.net *.split]
stoile has quit [*.net *.split]
palo1 is now known as palo
stoile has joined #nixos-de
ajs124 has joined #nixos-de
hexa- has quit [Quit: WeeChat 2.9]
hexa- has joined #nixos-de
palo1 has joined #nixos-de
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
stoile has quit [Ping timeout: 256 seconds]
stoile has joined #nixos-de
Chiliparrot has joined #nixos-de
foxit has joined #nixos-de
<foxit>
hallo, ich habe mal ne frage: ich suche eine möglichkeit, für einen cronjob die "php.ini" datei zu verwenden. php konnte ich so lösen: "${pkgs.php}/bin/php" aber für die php.ini habe ich nichts gefunden bis jetzt. früher gab es mal ein: ${pkgs.php}/bin/php -c ${config.services.phpfpm.phpIni} aber das gibt es nicht mehr. jemand eine idee?
<lassulus>
hmm, die ist jetzt per pool spezifisch, wird aber leider auch nicht mehr reexportiert
<lassulus>
könnte man aber mit nem PR fixen, wenn du dir die mühe machen willst
<foxit>
lassulus: dafür reichen meine programmierkenntnisse nicht leider nicht aus
<lassulus>
na wenn dus versuchen willst, kann ich ja helfen :)
<{^_^}>
#89392 (by lheckemann, 30 weeks ago, closed): Nextcloud: use php.ini for cron job as well
<foxit>
da hatte wohl gemand die gleiche idee
<foxit>
habe die option: "memory_limit" angepasst. jetzt funktionierts auch ohne die php.ini
<sphalerite>
was ich??
<sphalerite>
foxit: am sinnvollsten ist es in dem Fall, das PHP-Paket (buildEnv) zu benutzen.
<sphalerite>
(ich bin lheckemann :) )
<sphalerite>
Bei dem gewrappten PHP-Interpreter der dann in dem Paket liegt ist dann auch die php.ini dabei
<sphalerite>
hrm nee doch nicht, so wie es aus sieht
<flokli>
sphalerite: huh? das PHP, was du mit php*.buildEnv baust, sollte die passende php.ini automatisch laden
<flokli>
ich hab hier so einen nix-built container, der hat nur diesen output (und die restliche runtime closure) drinnen.
<flokli>
Und das tut.
<sphalerite>
ja wie ichs halt nicht checke.
<flokli>
?
<sphalerite>
foxit: also wenn du config.services.phpfpm.pools.nextcloud.phpPackage statt pkgs.php benutzt und nicht explizit ein phpIni reingibst müsste es gehen soweit ich verstehe
<foxit>
bei mir klappts jetzt wunderbar
<sphalerite>
flokli: du hast Recht, ich hab den Code einfach falsch gelesen