chore(srv.attic): bump max entity size to 1G just in case

Changed files
+1 -1
systems
koumakan
services
+1 -1
systems/koumakan/services/attic.nix
···
port = 38191;
} // {
extraConfig = ''
-
client_max_body_size 200m;
+
client_max_body_size 1G;
'';
};
}