about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-30 23:55:26 +0200
committerGitHub <noreply@github.com>2021-06-30 23:55:26 +0200
commit30e2735f5d8ffef0d28f6f64bb19360667225030 (patch)
tree79504b1739b4eedb31fa0c99c98a351913782dc3 /nixos/tests
parent035eabd2ef882a34c721b513c27376472c7de8a9 (diff)
parentb62a093a58e1b42bda1424093099b00327594663 (diff)
downloadnixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar.gz
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar.bz2
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar.lz
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar.xz
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.tar.zst
nixlib-30e2735f5d8ffef0d28f6f64bb19360667225030.zip
Merge pull request #83904 from ju1m/sanoid
sanoid: fix sanoid.conf generation
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/sanoid.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sanoid.nix b/nixos/tests/sanoid.nix
index c691bfc08ef7..1983945915fe 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" ];
       };