Merge pull request #155 from DarkKirb/hotfix-stuff

hotfix
This commit is contained in:
Charlotte 🦝 Delenk 2023-01-20 20:21:15 +01:00 committed by GitHub
commit a5064d619e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#!${pkgs.bash}/bin/bash
set -euf
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
echo "Retrying..."
done

View file

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