From 10db771ee4c286a5131ea91d3908e081a08e08c6 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Wed, 4 Oct 2023 23:42:17 +0200 Subject: [PATCH] Fixed a comma Gonne found [#13] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62e9f2..2c6a796 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ some default files to bind mount (ssh keys, machine-id some nixos specific thing If you keep your application data (like recommended) on a separate partition, the chances are you don't need to interact with this, as most configuration files will be in the nix store anyway. If the application wants these nix -store files in certain directories you should use `environment.etc` family of options (consult the nixos documentation +store files in certain directories, you should use `environment.etc` family of options (consult the nixos documentation for this). This is for mutable files that are not core application data. (Like ssh keys, for a mailserver one could think about the hash files (not the db files) of an alias map (if one doesn't want to manage that with the nix store), things like that).