summary refs log tree commit diff
path: root/nixos/tests/snapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/snapper.nix')
-rw-r--r--nixos/tests/snapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/snapper.nix b/nixos/tests/snapper.nix
index 018102d7f64..098d8d9d72f 100644
--- a/nixos/tests/snapper.nix
+++ b/nixos/tests/snapper.nix
@@ -9,7 +9,7 @@ import ./make-test-python.nix ({ ... }:
 
     virtualisation.emptyDiskImages = [ 4096 ];
 
-    fileSystems = lib.mkVMOverride {
+    virtualisation.fileSystems = {
       "/home" = {
         device = "/dev/disk/by-label/aux";
         fsType = "btrfs";