snowfield/README.md

36 lines
1.6 KiB
Markdown
Raw Normal View History

2021-12-24 19:43:28 +01:00
# My NixOS Configurations ❄
2023-11-24 22:18:34 +01:00
[![Build status](https://ci.julienmalka.me/badges/nix-eval-nix-config.svg)](https://ci.julienmalka.me/#/builders/5) [![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://builtwithnix.org)
2022-09-27 04:51:15 +02:00
2021-12-23 11:50:02 +01:00
This repository contains the configurations of my machines using NixOS.
### *What is 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 ?*
2021-12-23 23:57:26 +01:00
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 :
2021-12-27 12:29:11 +01:00
- **Macintosh**, a thinkpad laptop,
2021-12-23 23:57:26 +01:00
- **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
This configuration defines a number of custom NixOS and home-manager modules. They are respectively defined in the modules and home-manager-modules folders.
#### Secrets
2021-12-26 23:11:24 +01:00
Secrets are stored in the secrets folder. They are uncrypted upon system activation using the host ssh key. Secrets are managed using nix-sops.
2021-12-23 23:57:26 +01:00
2021-12-24 19:40:57 +01:00
### Inspirations
2021-12-23 23:57:26 +01:00
This project is freely inspired by some really cool projects, including MayNiklas/nixos, pinox/nixos and ncfavier/config.