making the needed memory amount round

This commit is contained in:
Tassilo - 2022-12-19 18:12:14 +01:00
parent d8cd419511
commit c12634be3e
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 1 additions and 7 deletions

View File

@ -183,12 +183,6 @@
{
nixpkgs.overlays = [
dump-dvb.overlays.default
(final: prev: {
inherit documentation-src;
options-docs = (pkgs.nixosOptionsDoc {
options = self.nixosConfigurations.data-hoarder.options.dump-dvb;
}).optionsCommonMark;
})
];
}
];

View File

@ -4,7 +4,7 @@ let
in {
microvm = {
hypervisor = "qemu";
mem = 2096;
mem = 2048;
vcpu = 2;
interfaces = [{
type = "tap";