mobilizon, oparl: fix microvm.vm setting

This commit is contained in:
Astro 2022-12-11 02:47:55 +01:00
parent 7cd28db298
commit f12ee0f88e
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "home" "var"];
mem = 2048;
};
microvm.mem = 2048;
system.stateVersion = "22.05";
networking = {
hostName = "mobilizon";

View File

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