From 94caea382fa4a85bec3a395df33bfb265bf572e4 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 6 Mar 2024 13:11:49 +0100 Subject: [PATCH] fix: typos --- clanModules/syncthing.nix | 2 +- docs/admins/secrets-management.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clanModules/syncthing.nix b/clanModules/syncthing.nix index 8b70bc06..fc7c4bc5 100644 --- a/clanModules/syncthing.nix +++ b/clanModules/syncthing.nix @@ -62,7 +62,7 @@ } ]; - # Activates inofify compatibilty on syncthing + # Activates inofify compatibility on syncthing boot.kernel.sysctl."fs.inotify.max_user_watches" = lib.mkDefault 524288; services.syncthing = { diff --git a/docs/admins/secrets-management.md b/docs/admins/secrets-management.md index 658abb3e..dad7aa5f 100644 --- a/docs/admins/secrets-management.md +++ b/docs/admins/secrets-management.md @@ -160,7 +160,7 @@ examples. `clan secrets` stores each secrets in a single file, whereas [sops](https://github.com/Mic92/sops-nix) commonly allows to put all secrets in a yaml or json documents. -If you already happend to use sops-nix, you can migrate by using the `clan secrets import-sops` command by importing these documents: +If you already happened to use sops-nix, you can migrate by using the `clan secrets import-sops` command by importing these documents: ```shellSession % clan secrets import-sops --prefix matchbox- --group admins --machine matchbox nixos/matchbox/secrets/secrets.yaml