From e6ddeef21e702fdf2b5e19d2154c0594da764d11 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Jun 2026 00:04:30 +0200 Subject: modules/{atuin,common,backup}: Fix minor typos and unused imports --- modules/by-name/ba/backup/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name/ba/backup/module.nix') diff --git a/modules/by-name/ba/backup/module.nix b/modules/by-name/ba/backup/module.nix index 7a788764..dd0dfac7 100644 --- a/modules/by-name/ba/backup/module.nix +++ b/modules/by-name/ba/backup/module.nix @@ -186,7 +186,7 @@ in { # This setting is normally passed to rclone, but we force # the command on the remote. - # As such, the value does not matter and must only be parseable by restic. + # As such, the value does not matter and must only be parse-able by restic. repository = "rclone: "; timerConfig = { @@ -209,7 +209,7 @@ in { # This setting is normally passed to rclone, but we force # the command on the remote. - # As such, the value does not matter and must only be parseable by restic. + # As such, the value does not matter and must only be parse-able by restic. repository = "rclone: "; timerConfig = null; -- cgit v1.3.1