about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 651adc8934d38..674523584fdaa 100644
--- a/nixos/tests/snapper.nix
+++ b/nixos/tests/snapper.nix
@@ -15,7 +15,7 @@ import ./make-test-python.nix ({ ... }:
         fsType = "btrfs";
       };
     };
-    services.snapper.configs.home.subvolume = "/home";
+    services.snapper.configs.home.SUBVOLUME = "/home";
     services.snapper.filters = "/nix";
   };