From 42a6b41e33ca888149dc65708722a7e3d93194e3 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Sun, 18 Jun 2023 16:20:31 +0200 Subject: nixos/snapper/test: fix, make compliant with new config scheme --- nixos/tests/snapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/snapper.nix') 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"; }; -- cgit 1.4.1