Fix test-vm flake check & minor improvements

This commit is contained in:
Henri Dohmen 2026-04-04 14:20:30 +02:00
parent 6b46bc4bc2
commit d54e653a2b
5 changed files with 10 additions and 6 deletions

View file

@ -19,6 +19,12 @@
users.root.hashedPassword = "!";
};
fileSystems."/" = {
device = "/dev/vda1";
fsType = "ext4";
};
swapDevices = [ ];
boot = {
loader = {
efi.canTouchEfiVariables = true;