hotfix #155

Merged
DarkKirb merged 1 commit from hotfix-stuff into main 2023-01-20 19:21:16 +00:00
2 changed files with 1 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#!${pkgs.bash}/bin/bash #!${pkgs.bash}/bin/bash
set -euf set -euf
export IFS=' ' export IFS=' '
until ${attic.packages.${system}.attic-client}/bin/attic-client push chir-rs $OUT_PATHS; do until ${attic.packages.${system}.attic-client}/bin/attic push chir-rs $OUT_PATHS; do
sleep 5 sleep 5
echo "Retrying..." echo "Retrying..."
done done

View file

@ -6,9 +6,6 @@
admin off admin off
storage file_system /var/lib/caddy storage file_system /var/lib/caddy
auto_https disable_certs auto_https disable_certs
servers :443 {
max_header_size 1MiB
}
''; '';
logFormat = lib.mkForce '' logFormat = lib.mkForce ''
output file /var/log/caddy/access.log { output file /var/log/caddy/access.log {