nixos/tests: fix nixos-rebuild-specialisations test (#341029)

This commit is contained in:
Emily 2024-09-10 16:01:03 +01:00 committed by GitHub
commit 5ed627539a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
pkgs.grub2
];
system.switch.enable = true;
virtualisation = {
cores = 2;
memorySize = 4096;