From 73357d105127bce0e757d01a5b73a34ed55bb618 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 18 Apr 2025 21:09:56 +0800 Subject: [PATCH] docs/website: update include links --- .../04-custom-firefox-addons/index.adoc | 2 +- .../website/content/en/04-nixos-modules/01-workflows/index.adoc | 2 +- docs/website/content/en/04-nixos-modules/02-disko/index.adoc | 2 +- docs/website/content/en/05-home-manager/index.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/website/content/en/03-project-specific-setup/04-custom-firefox-addons/index.adoc b/docs/website/content/en/03-project-specific-setup/04-custom-firefox-addons/index.adoc index 96903c18..d538b958 100644 --- a/docs/website/content/en/03-project-specific-setup/04-custom-firefox-addons/index.adoc +++ b/docs/website/content/en/03-project-specific-setup/04-custom-firefox-addons/index.adoc @@ -12,7 +12,7 @@ For reference, here's my current list of Firefox addons. [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. diff --git a/docs/website/content/en/04-nixos-modules/01-workflows/index.adoc b/docs/website/content/en/04-nixos-modules/01-workflows/index.adoc index 000f8c24..07edfc72 100644 --- a/docs/website/content/en/04-nixos-modules/01-workflows/index.adoc +++ b/docs/website/content/en/04-nixos-modules/01-workflows/index.adoc @@ -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[] diff --git a/docs/website/content/en/04-nixos-modules/02-disko/index.adoc b/docs/website/content/en/04-nixos-modules/02-disko/index.adoc index de1cb5a9..7d3a3c5e 100644 --- a/docs/website/content/en/04-nixos-modules/02-disko/index.adoc +++ b/docs/website/content/en/04-nixos-modules/02-disko/index.adoc @@ -13,7 +13,7 @@ Here's an example configuration for my desktop workstation. .`./hosts/ni/disko.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.`) so if you have already have an existing hardware configuration, you have to delete it to prevent conflicting fstab configuration. diff --git a/docs/website/content/en/05-home-manager/index.adoc b/docs/website/content/en/05-home-manager/index.adoc index 3aede491..b3f4d189 100644 --- a/docs/website/content/en/05-home-manager/index.adoc +++ b/docs/website/content/en/05-home-manager/index.adoc @@ -23,7 +23,7 @@ Here's an example of a NixOS user with a home-manager config. [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.