mobilizon, oparl: bump deployment.mem

these hosts have been ooming
This commit is contained in:
Astro 2022-12-10 23:37:36 +01:00
parent 82ecb7fea5
commit 1e21c9e129
2 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,10 @@
{ config, pkgs, ... }:
{
microvm.mem = 1024;
c3d2.isInHq = false;
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "home" "var"];
mem = 2048;
};
system.stateVersion = "22.05";
networking = {

View File

@ -7,6 +7,7 @@ in
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "home" "var"];
mem = 1024;
};
networking.hostName = "oparl";