nixos/colony: Reduce memory for mail VM
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 35m28s

This commit is contained in:
Jack O'Sullivan 2024-01-01 21:45:54 +00:00
parent a741e3eea2
commit 42111c530e

View File

@ -181,7 +181,7 @@
cpus = 3;
threads = 2;
};
memory = 8192;
memory = 6144;
networks.public = {
bridge = null;
mac = "52:54:00:a8:d1:03";