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/at/atuin/module.nix | 1 - modules/by-name/ba/backup/module.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/by-name') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 6cf8a396..78a4332c 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -10,7 +10,6 @@ { config, lib, - pkgs, ... }: let cfg = config.soispha.programs.atuin; 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