feat!: migrate attic to 1mb chanks
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-10 07:23:38 +00:00
parent 03ee994482
commit a100ff2ca7
4 changed files with 251 additions and 26 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
pkgs,
...
}: let
repackedActive = false;
migrationWriteFreeze = true;
repackedActive = true;
migrationWriteFreeze = false;
repackedSettings = config.services.atticd.settings // {
listen = "127.0.0.1:8082";