1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-09 04:11:11 +00:00

temp: allow litestream though insecure

This commit is contained in:
Noah Masur 2024-09-14 21:57:05 +00:00
parent 4883532c65
commit b729eff679
No known key found for this signature in database

@ -44,6 +44,10 @@
settings = { };
};
# Broken on 2024-08-23
# https://github.com/NixOS/nixpkgs/commit/0875d0ce1c778f344cd2377a5337a45385d6ffa0
nixpkgs.config.permittedInsecurePackages = [ "litestream-0.3.13" ];
# Wait for secret to exist
systemd.services.litestream = {
after = [ "backup-secret.service" ];