aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ba
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:04:30 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:04:30 +0200
commite6ddeef21e702fdf2b5e19d2154c0594da764d11 (patch)
treead99a57de3e6f2dd9eedac5ae0adb1fe99059203 /modules/by-name/ba
parentmodules/lf/prev/application/archive: Add required `cat` dependency (diff)
downloadnixos-config-e6ddeef21e702fdf2b5e19d2154c0594da764d11.zip
modules/{atuin,common,backup}: Fix minor typos and unused imports
Diffstat (limited to 'modules/by-name/ba')
-rw-r--r--modules/by-name/ba/backup/module.nix4
1 files changed, 2 insertions, 2 deletions
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;