mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 06:19:12 +00:00
docs/website: update include links
This commit is contained in:
parent
222e72436b
commit
73357d1051
@ -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.
|
||||
|
@ -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[]
|
||||
|
@ -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.<name>`) so if you have already have an existing hardware configuration, you have to delete it to prevent conflicting fstab configuration.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user