nixosTests.*: update to use virtualisation.fileSystems

This commit is contained in:
Maciej Krüger
2021-02-14 12:23:50 +01:00
parent 45b8e83128
commit 59eb6d3ee3
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import ./make-test-python.nix ({ pkgs, latestKernel ? false, ... } : {
boot.initrd.postDeviceCommands = ''
${pkgs.dosfstools}/bin/mkfs.vfat -n EFISYS /dev/vdb
'';
fileSystems = lib.mkVMOverride {
virtualisation.fileSystems = {
"/efi" = {
device = "/dev/disk/by-label/EFISYS";
fsType = "vfat";