diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/at/atuin/module.nix | 1 | ||||
| -rw-r--r-- | modules/by-name/ba/backup/module.nix | 4 | ||||
| -rw-r--r-- | modules/common/default.nix | 2 |
3 files changed, 3 insertions, 4 deletions
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; diff --git a/modules/common/default.nix b/modules/common/default.nix index 080d3f2a..ea9f2ded 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -106,7 +106,7 @@ "~/.local/share/maildir" - # "Unknown filetype (and there is no real reason to (try to) synchronize sockets)" + # "Unknown filetype" (and there is no real reason to (try to) synchronize sockets) "~/.local/share/gnupg/S.gpg-agent" "~/.local/share/gnupg/S.gpg-agent.browser" "~/.local/share/gnupg/S.gpg-agent.extra" |
