docs/website: update include links

This commit is contained in:
Gabriel Arazas 2025-04-18 21:09:56 +08:00
parent 222e72436b
commit 73357d1051
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ For reference, here's my current list of Firefox addons.
[source, json] [source, json]
---- ----
include::../../../../../pkgs/firefox-addons/firefox-addons.json[] include::../../../../../../pkgs/firefox-addons/firefox-addons.json[]
---- ----
But you're not done yet, you have to generate the output with the following command. But you're not done yet, you have to generate the output with the following command.

View File

@ -53,4 +53,4 @@ Whippersnappers with your "riced"-up systems...
==== ====
include::../../../../../modules/nixos/_private/workflows/README.adoc#design-constraints[] include:../../../../../../modules/nixos/_private/workflows/README.adoc#design-constraints[]

View File

@ -13,7 +13,7 @@ Here's an example configuration for my desktop workstation.
.`./hosts/ni/disko.nix` .`./hosts/ni/disko.nix`
[source, nix] [source, nix]
---- ----
include::../../../../../configs/nixos/ni/disko.nix[] include::../../../../../../configs/nixos/ni/disko.nix[]
---- ----
Take note the disko NixOS module already handles NixOS filesystem configuration (i.e., `fileSystems.<name>`) so if you have already have an existing hardware configuration, you have to delete it to prevent conflicting fstab configuration. Take note the disko NixOS module already handles NixOS filesystem configuration (i.e., `fileSystems.<name>`) so if you have already have an existing hardware configuration, you have to delete it to prevent conflicting fstab configuration.

View File

@ -23,7 +23,7 @@ Here's an example of a NixOS user with a home-manager config.
[source, nix] [source, nix]
---- ----
include::../../../../users/nixos/plover/default.nix[] include::../../../../../configs/nixos/_users/plover/default.nix[]
---- ----
On the host configuration, you can then import it like so. On the host configuration, you can then import it like so.