From 59eb6d3ee331146bb955922df4dea1ba67487005 Mon Sep 17 00:00:00 2001 From: Maciej Krüger Date: Sun, 14 Feb 2021 12:23:50 +0100 Subject: nixosTests.*: update to use virtualisation.fileSystems --- nixos/tests/hardened.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/hardened.nix') diff --git a/nixos/tests/hardened.nix b/nixos/tests/hardened.nix index d3f1f3172965a..0c26eaa310d49 100644 --- a/nixos/tests/hardened.nix +++ b/nixos/tests/hardened.nix @@ -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"; -- cgit 1.4.1