fix selfhostblocks name

This commit is contained in:
ibizaman 2025-06-03 00:00:42 +02:00
parent c2148eda77
commit 8657b9fc8d
5 changed files with 5 additions and 5 deletions

View file

@ -317,7 +317,7 @@ replacing the RELEASE with the one you want:
RELEASE=0.2.4 RELEASE=0.2.4
nix flake update \ nix flake update \
--override-input selfhostblocks github:ibizaman/selfhostblocks/$RELEASE \ --override-input selfhostblocks github:ibizaman/selfhostblocks/$RELEASE \
selfhostblock selfhostblocks
``` ```
### Demos ### Demos

View file

@ -177,7 +177,7 @@ user and password you just created above.
### Files {#demo-homeassistant-files} ### Files {#demo-homeassistant-files}
- [`flake.nix`](./flake.nix): nix entry point, defines one target host for - [`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. setting up the home assistant server paired with the LDAP server.
- [`configuration.nix`](./configuration.nix): defines all configuration required for colmena - [`configuration.nix`](./configuration.nix): defines all configuration required for colmena
to deploy to the VM. The file has comments if you're interested. to deploy to the VM. The file has comments if you're interested.

View file

@ -219,7 +219,7 @@ This is the end of the `sso` demo.
### Files {#demo-nextcloud-tips-files} ### Files {#demo-nextcloud-tips-files}
- [`flake.nix`](./flake.nix): nix entry point, defines the target hosts for - [`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. up Nextcloud and the auxiliary services.
- [`configuration.nix`](./configuration.nix): defines all configuration required for colmena - [`configuration.nix`](./configuration.nix): defines all configuration required for colmena
to deploy to the VM. The file has comments if you're interested. to deploy to the VM. The file has comments if you're interested.

View file

@ -2,6 +2,6 @@
```{=include=} options ```{=include=} options
id-prefix: opt- id-prefix: opt-
list-id: selfhostblock-options list-id: selfhostblocks-options
source: @OPTIONS_JSON@ source: @OPTIONS_JSON@
``` ```

View file

@ -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: To pin Self Host Blocks to a release/tag, run the following snippet:
```nix ```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. Updating Self Host Blocks to a new version can be done the same way.