diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:04:30 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:04:30 +0200 |
| commit | e6ddeef21e702fdf2b5e19d2154c0594da764d11 (patch) | |
| tree | ad99a57de3e6f2dd9eedac5ae0adb1fe99059203 /modules/by-name/ba/backup | |
| parent | modules/lf/prev/application/archive: Add required `cat` dependency (diff) | |
| download | nixos-config-e6ddeef21e702fdf2b5e19d2154c0594da764d11.zip | |
modules/{atuin,common,backup}: Fix minor typos and unused imports
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/ba/backup/module.nix | 4 |
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; |
