From b62a093a58e1b42bda1424093099b00327594663 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 31 Mar 2020 18:09:59 +0200 Subject: sanoid: fix sanoid.conf generation --- nixos/tests/sanoid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/sanoid.nix') diff --git a/nixos/tests/sanoid.nix b/nixos/tests/sanoid.nix index c691bfc08ef72..1983945915fe8 100644 --- a/nixos/tests/sanoid.nix +++ b/nixos/tests/sanoid.nix @@ -33,7 +33,7 @@ in { autosnap = true; }; - datasets."pool/sanoid".useTemplate = [ "test" ]; + datasets."pool/sanoid".use_template = [ "test" ]; extraArgs = [ "--verbose" ]; }; -- cgit 1.4.1