Skip to content

Commit

Permalink
azure-image: allow user to customize guest memory size to prevent OOM…
Browse files Browse the repository at this point in the history
… during build
  • Loading branch information
codgician committed Dec 21, 2024
1 parent 67e4045 commit 7c5b11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/virtualisation/azure-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ in

inherit (cfg) contents label;
inherit (config.virtualisation) diskSize;
memSize = config.virtualisation.memorySize;
inherit config lib pkgs;
};

Expand Down

0 comments on commit 7c5b11f

Please sign in to comment.