* flake.lock: Update Flake lock file updates: • Updated input 'unstable': 'github:NixOS/nixpkgs/988cc958c57ce4350ec248d2d53087777f9e1949' (2023-02-22) → 'github:NixOS/nixpkgs/b1f87ca164a9684404c8829b851c3586c4d9f089' (2023-02-25) * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/50c23cd4ff6c8344e0b4d438b027b3afabfe58dd' (2023-02-23) → 'github:NixOS/nixpkgs/7076110064c09f0b3942f609f2134c1358ef2e50' (2023-02-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/2c5828439d718a6cddd9a511997d9ac7626a4aff' (2023-02-21) → 'github:Mic92/sops-nix/83fe25c8019db8216f5c6ffc65b394707784b4f3' (2023-02-26) * flake.lock: Update Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/29280978234b73423f4eb708cbb999295f76b42a' (2023-02-25) → 'github:nix-community/home-manager/550809881b9792c20adbc0bbf6a090b4035ebaca' (2023-02-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/7076110064c09f0b3942f609f2134c1358ef2e50' (2023-02-25) → 'github:NixOS/nixpkgs/8bd260eb578e3fea6bce158b24c93ab158d031e7' (2023-02-26) • Updated input 'unstable': 'github:NixOS/nixpkgs/b1f87ca164a9684404c8829b851c3586c4d9f089' (2023-02-25) → 'github:NixOS/nixpkgs/7f5639fa3b68054ca0b062866dc62b22c3f11505' (2023-02-26) * flake.lock: Update Flake lock file updates: • Updated input 'linkal': 'github:JulienMalka/Linkal/59d43b8433790470de4b8d53c98f82141ddd866d' (2023-02-12) → 'github:JulienMalka/Linkal/a378092f4524a997820f2d756b7db491af21a86c' (2023-02-28) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8bd260eb578e3fea6bce158b24c93ab158d031e7' (2023-02-26) → 'github:NixOS/nixpkgs/b26d52c9feb6476580016e78935cbf96eb3e2115' (2023-02-28) • Updated input 'sops-nix': 'github:Mic92/sops-nix/83fe25c8019db8216f5c6ffc65b394707784b4f3' (2023-02-26) → 'github:Mic92/sops-nix/27018a9084006b8371b1f833882adfb85bd23004' (2023-02-28) |
||
---|---|---|
home-manager-modules | ||
lib | ||
machines | ||
modules | ||
packages | ||
secrets | ||
users | ||
.sops.yaml | ||
base.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
My NixOS Configurations ❄
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 ?
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
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
Secrets are stored in the secrets folder. They are uncrypted upon system activation using the host ssh key. Secrets are managed using nix-sops.
Inspirations
This project is freely inspired by some really cool projects, including MayNiklas/nixos, pinox/nixos and ncfavier/config.