From 9a7419d247f8b689fe88b537e65f31cb4721c019 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 3 Jun 2025 00:00:42 +0200 Subject: [PATCH] fix selfhostblocks name --- README.md | 2 +- demo/homeassistant/README.md | 2 +- demo/nextcloud/README.md | 2 +- docs/options.md | 2 +- docs/usage.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e0fe0e..3da9c98 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ replacing the RELEASE with the one you want: RELEASE=0.2.4 nix flake update \ --override-input selfhostblocks github:ibizaman/selfhostblocks/$RELEASE \ - selfhostblock + selfhostblocks ``` ### Demos diff --git a/demo/homeassistant/README.md b/demo/homeassistant/README.md index 0d43846..5c223af 100644 --- a/demo/homeassistant/README.md +++ b/demo/homeassistant/README.md @@ -177,7 +177,7 @@ user and password you just created above. ### Files {#demo-homeassistant-files} - [`flake.nix`](./flake.nix): nix entry point, defines one target host for - [colmena](https://colmena.cli.rs) to deploy to as well as the selfhostblock's config for + [colmena](https://colmena.cli.rs) to deploy to as well as the selfhostblocks' config for setting up the home assistant server paired with the LDAP server. - [`configuration.nix`](./configuration.nix): defines all configuration required for colmena to deploy to the VM. The file has comments if you're interested. diff --git a/demo/nextcloud/README.md b/demo/nextcloud/README.md index 333968e..3ca7f6e 100644 --- a/demo/nextcloud/README.md +++ b/demo/nextcloud/README.md @@ -219,7 +219,7 @@ This is the end of the `sso` demo. ### Files {#demo-nextcloud-tips-files} - [`flake.nix`](./flake.nix): nix entry point, defines the target hosts for - [colmena](https://colmena.cli.rs) to deploy to as well as the selfhostblock's config for setting + [colmena](https://colmena.cli.rs) to deploy to as well as the selfhostblocks' config for setting up Nextcloud and the auxiliary services. - [`configuration.nix`](./configuration.nix): defines all configuration required for colmena to deploy to the VM. The file has comments if you're interested. diff --git a/docs/options.md b/docs/options.md index c5f312d..5c2dd31 100644 --- a/docs/options.md +++ b/docs/options.md @@ -2,6 +2,6 @@ ```{=include=} options id-prefix: opt- -list-id: selfhostblock-options +list-id: selfhostblocks-options source: @OPTIONS_JSON@ ``` diff --git a/docs/usage.md b/docs/usage.md index 15b7873..49577e9 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -63,7 +63,7 @@ guarantee Self Host Block won't use a non-existing option from `nixpkgs`. To pin Self Host Blocks to a release/tag, run the following snippet: ```nix -nix flake update --override-input selfhostblocks github:ibizaman/selfhostblocks/@VERSION@ selfhostblock +nix flake update --override-input selfhostblocks github:ibizaman/selfhostblocks/@VERSION@ selfhostblocks ``` Updating Self Host Blocks to a new version can be done the same way.