about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-11-10 17:51:14 +0800
committerGitHub <noreply@github.com>2023-11-10 17:51:14 +0800
commit36f4c9052633971cde686d38f70977e5e982f7fb (patch)
tree21651acbc79cf42aceb4d4d0aeacd620abd8a98a /nixos/tests
parentcce2e89b30164695c69a2c236a3f5fcb1353994a (diff)
parent20b202b3c809a3b599742a41fdf5a34a261910fc (diff)
Merge pull request #266150 from robryk/resticnotimer
nixos/restic: allow timer to be disabled
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/restic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/restic.nix b/nixos/tests/restic.nix
index 868ccb7efd748..4111720cf6be8 100644
--- a/nixos/tests/restic.nix
+++ b/nixos/tests/restic.nix
@@ -55,6 +55,7 @@ import ./make-test-python.nix (
               inherit passwordFile paths exclude pruneOpts backupPrepareCommand backupCleanupCommand;
               repository = remoteRepository;
               initialize = true;
+              timerConfig = null; # has no effect here, just checking that it doesn't break the service
             };
             remote-from-file-backup = {
               inherit passwordFile exclude pruneOpts;