mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Merge pull request #108 from hercules-ci/doc-nixosConfigurations
doc: Fix nixosModules link fragment
This commit is contained in:
commit
7c7a8bce3d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
Instantiated NixOS configurations. Used by `nixos-rebuild`.
|
||||
|
||||
`nixosConfigurations` is for specific machines. If you want to expose
|
||||
reusable configurations, add them to [`nixosModules`](#opt-nixosModules)
|
||||
reusable configurations, add them to [`nixosModules`](#opt-flake.nixosModules)
|
||||
in the form of modules (no `lib.nixosSystem`), so that you can reference
|
||||
them in this or another flake's `nixosConfigurations`.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue