commit fdb9232d8c776bc2ff4e5336a2fcf7ce5ba1eaa3
parent feb667a5ee3e1ac12322da73044aae023536854f
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 20 Jun 2020 13:15:28 +0200
Fix README 🤕
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -16,7 +16,7 @@
# What is `home`
-Veritas is the declarative configuration of my servers, desktops and laptops. This project is based
+`home` is the declarative configuration of my servers, desktops and laptops. This project is based
on the NixOS operating system and uses home-manager to manage my dotfiles, for both NixOS and
non-NixOS hosts (like WSL).
@@ -75,7 +75,7 @@ soon-ish 👼):
Most of the `make` commands will try to populate this ahead of time. The assumption is :
have a `sync` folder where the assets are. *Note: how to bootstrap (as syncthing will
not be there, and the `sync` folder either)*
-- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org55d6923).
+- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org8ab6d3a).
`make publish` will publish the `README.org` and the `docs` folder to my website.
- `lib`: shared code used during configuration (mostly `nix` code).
- `machines`: configuration per machines
@@ -85,7 +85,7 @@ soon-ish 👼):
- `private`: holds non-shareable code, like *secrets*.
- `tmp`: things to… organize (e.g. where I import my other *legacy* configuration)
-<a id="org55d6923"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
+<a id="org8ab6d3a"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
literate configuration files in this repository, I have to think of how to organize files
in order to end up with one huge file. The goal of having those `org-mode` files, is
mainly to document my configuration and publish it, most likely on [sbr.pm](https://sbr.pm).
diff --git a/README.org b/README.org
@@ -8,7 +8,7 @@
:CUSTOM_ID: h:0272c5ac-0b7f-4ebb-91f0-defa66c2d285
:END:
-Veritas is the declarative configuration of my servers, desktops and laptops. This project is based
+~home~ is the declarative configuration of my servers, desktops and laptops. This project is based
on the NixOS operating system and uses home-manager to manage my dotfiles, for both NixOS and
non-NixOS hosts (like WSL).