Skip to content

Commit

Permalink
docs/src/modules/introduction-nixos: remove dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Sep 29, 2024
1 parent 347ddef commit 628bc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/modules/introduction-nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ delib.module {
}
```

For more information on Denix options, see the [Options](/options/introduction) section.
For more information on Denix options, see the [Options](/TODO) section.

## Creating Your Own Modules (Options)
Declaring your own options is a great practice if you want to enable or disable certain parts of the code. This can be useful if you have multiple hosts (machines) with the same configuration, and, for example, machine `foo` does not need a program that is used on machine `bar`.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/ru/modules/introduction-nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ optionName = lib.mkOption {
}
```

Более подробно о опциях Denix можно узнать в разделе [Опции](/ru/options/introduction).
Более подробно о опциях Denix можно узнать в разделе [Опции](/TODO).

## Создание своих модулей (опций)
Декларирование своих опций - отличная практика, если вы хотите включать и отключать части кода. Это может понадобиться, если у вас несколько хостов (машин) с одной конфигурацией, и, например, машине `foo` не нужна программа, которая используется на машине `bar`.
Expand Down

0 comments on commit 628bc04

Please sign in to comment.