-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Real Configurations {#real-configurations} | ||
This section presents a list of NixOS and Home Manager configurations that use Denix and can serve as examples of good practice*. You can add your configuration to this list via a [pull request](https://github.com/yunfachi/denix/pulls) or an [issue](https://github.com/yunfachi/denix/issues). | ||
|
||
## Yunfachi - [nix-config](https://github.com/yunfachi/nix-config) {#yunfachi} | ||
[![](https://github.com/user-attachments/assets/fc5ab8bf-613e-496a-aec9-8418b5d06173)](https://github.com/user-attachments/assets/fc5ab8bf-613e-496a-aec9-8418b5d06173) | ||
|
||
**Features:** | ||
|
||
- Extracting relevant options from modules into host options | ||
- [Module](https://github.com/yunfachi/nix-config/blob/master/modules/config/args.nix) for specifying `_module.args` | ||
- [Modules](https://github.com/yunfachi/nix-config/tree/master/modules/infras) for different infrastructures | ||
- Shared and host-specific secrets using [SOPS](https://github.com/getsops/sops) | ||
- Color scheme-based rices inheriting general configuration settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Реальные конфигурации {#real-configurations} | ||
В этом разделе представлен список конфигураций NixOS и Home Manager, которые используют Denix и могут служить примерами хорошей практики*. Вы можете добавить свою конфигурацию в этот список через [pull request](https://github.com/yunfachi/denix/pulls) или [issue](https://github.com/yunfachi/denix/issues). | ||
|
||
## Yunfachi - [nix-config](https://github.com/yunfachi/nix-config) {#yunfachi} | ||
[![](https://github.com/user-attachments/assets/fc5ab8bf-613e-496a-aec9-8418b5d06173)](https://github.com/user-attachments/assets/fc5ab8bf-613e-496a-aec9-8418b5d06173) | ||
|
||
**Особенности:** | ||
|
||
- Вынос подходящих опций из модулей в опции хоста | ||
- [Модуль](https://github.com/yunfachi/nix-config/blob/master/modules/config/args.nix) для указания `_module.args` | ||
- [Модули](https://github.com/yunfachi/nix-config/tree/master/modules/infras) для различных инфраструктур | ||
- Общие и уникальные для каждого хоста секреты с использованием [SOPS](https://github.com/getsops/sops) | ||
- Райсы под цветовые схемы, наследующие общие конфигурации |