diff --git a/flake.nix b/flake.nix index 3ff514b..2bf22f8 100644 --- a/flake.nix +++ b/flake.nix @@ -105,6 +105,12 @@ home-manager.extraSpecialArgs = inputs // specialArgs; home-manager.users.${username} = import ./users/${username}/home.nix; } + { + virtualisation.vmVariant.virtualisation = { + memorySize = 8192; + cores = 3; + }; + } ]; };