mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
chore: update readme
This commit is contained in:
parent
74921ea499
commit
9214bed77f
1 changed files with 2 additions and 15 deletions
17
README.md
17
README.md
|
@ -1,4 +1,4 @@
|
|||
# My NixOS Configurations ❄
|
||||
# Snowfield ❄
|
||||
[](https://ci.julienmalka.me/#/builders/16) [](https://builtwithnix.org)
|
||||
|
||||
This repository contains the configurations of my machines using NixOS.
|
||||
|
@ -7,19 +7,6 @@ This repository contains the configurations of my machines using NixOS.
|
|||
|
||||
NixOS is a linux distribution based on the Nix package manager. It allows fully reproducible builds and a declarative configuration style, using a functionnal langage called Nix (yes, it is the same name as the package manager and the OS).
|
||||
|
||||
### *What is a flake ?*
|
||||
|
||||
This whole repository is a flake. It is an experimental feature of Nix, allowing for pure evaluation of code. Dependency are fully specified and locked.
|
||||
|
||||
### *How does this work ?*
|
||||
|
||||
#### Machines
|
||||
|
||||
This project manage the configuration of three machines :
|
||||
- **Macintosh**, a thinkpad laptop,
|
||||
- **Lisa**, a high performance server,
|
||||
- **Newton**, a low performance stockage server.
|
||||
|
||||
Machines configurations are located in the machines folder, and are using all the custom modules defined in this project.
|
||||
|
||||
#### Modules
|
||||
|
@ -28,7 +15,7 @@ This configuration defines a number of custom NixOS and home-manager modules. Th
|
|||
|
||||
#### Secrets
|
||||
|
||||
Secrets are stored in the secrets folder. They are uncrypted upon system activation using the host ssh key. Secrets are managed using nix-sops.
|
||||
Secrets are stored in the secrets folder. They are uncrypted upon system activation using the host ssh key. Secrets are managed using agenix.
|
||||
|
||||
### Inspirations
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue