Fix test-vm flake check & minor improvements
This commit is contained in:
parent
6b46bc4bc2
commit
d54e653a2b
5 changed files with 10 additions and 6 deletions
|
|
@ -19,6 +19,12 @@
|
|||
users.root.hashedPassword = "!";
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/vda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
swapDevices = [ ];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue