fix: typos
This commit is contained in:
@@ -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;
|
boot.kernel.sysctl."fs.inotify.max_user_watches" = lib.mkDefault 524288;
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ examples.
|
|||||||
`clan secrets` stores each secrets in a single file, whereas [sops](https://github.com/Mic92/sops-nix)
|
`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.
|
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
|
```shellSession
|
||||||
% clan secrets import-sops --prefix matchbox- --group admins --machine matchbox nixos/matchbox/secrets/secrets.yaml
|
% clan secrets import-sops --prefix matchbox- --group admins --machine matchbox nixos/matchbox/secrets/secrets.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user