stream: remove obsolete deployment.storage setting

This commit is contained in:
Astro 2023-01-21 19:33:48 +01:00
parent 44b9cdf963
commit 15d1cecb24
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ in
networking.hostName = "stream";
c3d2.hq.statistics.enable = true;
deployment = {
storage = "big";
mem = 6144;
networks = lib.mkForce [ "pub" "serv" ];
};