about summary refs log tree commit diff
path: root/nixos/tests/sanoid.nix
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2020-11-20 13:33:16 -0800
committerDaniel Fullmer <danielrf12@gmail.com>2020-11-21 17:47:36 -0800
commitd87903ac6b184df2a944229c8905e2a0eea1ead2 (patch)
treeaeedbe6abb487d9bc03cf35e864b4ad56ed5fcb4 /nixos/tests/sanoid.nix
parent01083f116d9b63192c1a78b535cfb2a510e05223 (diff)
nixos/syncoid: fix permissions without --no-sync-snap
After 733acfa140d5b73bc69c53c4ebd90ccc5f281f0e, syncoid would fail to
run if commonArgs did not include [ "--no-sync-snap" ], since it would
not have permissions to create or destroy snapshots.
Diffstat (limited to 'nixos/tests/sanoid.nix')
-rw-r--r--nixos/tests/sanoid.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/sanoid.nix b/nixos/tests/sanoid.nix
index 66ddaad60ea25..44e14ef4e44ff 100644
--- a/nixos/tests/sanoid.nix
+++ b/nixos/tests/sanoid.nix
@@ -39,7 +39,6 @@ in {
       services.syncoid = {
         enable = true;
         sshKey = "/var/lib/syncoid/id_ecdsa";
-        commonArgs = [ "--no-sync-snap" ];
         commands."pool/test".target = "root@target:pool/test";
       };
     };