nixos/tests: fix nixos-rebuild-specialisations test

See https://hydra.nixos.org/build/272096143
This commit is contained in:
r-vdp 2024-09-10 16:54:34 +02:00
parent b39e02672a
commit 1f38ed7013
No known key found for this signature in database

View File

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