Flake lock file updates: • Updated input 'hyprland': 'github:hyprwm/Hyprland/08651736ada39f62b246c44c1d8a81e2787f23d5' (2023-07-30) → 'github:hyprwm/Hyprland/e4e8ae8f885104bb948afa24f1cd9fc3bdb450e9' (2023-08-10) • Updated input 'hyprland/wlroots': 'gitlab:wlroots/wlroots/e8d545a9770a2473db32e0a0bfa757b05d2af4f3' (2023-07-24) → 'gitlab:wlroots/wlroots/c74f89d4f84bfed0284d3908aee5d207698c70c5' (2023-08-03) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/4d9ff0c17716936e0b5ca577a39e263633901ed1' (2023-05-29) → 'github:hyprwm/xdg-desktop-portal-hyprland/42747d267ab4345c4ceb78cd4a4fe99f072d80fc' (2023-08-03) • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper/9261356bd74fadbc544bec22c16aec62ebba13bd' (2023-07-26) → 'github:hyprwm/hyprpaper/e498c438b1e16dcf32ecb3030b20b83f7ed9ff6d' (2023-08-03) • Updated input 'linkal': 'github:JulienMalka/Linkal/354b464cd6b6263f41b19ba05ab5163d0e8203db' (2023-07-01) → 'github:JulienMalka/Linkal/8744b00eb819f181842f678bed6c1239f8210618' (2023-08-02) • Updated input 'nix-index-database': 'github:Mic92/nix-index-database/d74b8171153ae35d7d323a9b1ad6c4cf7a995591' (2023-07-30) → 'github:Mic92/nix-index-database/6c626d54d0414d34c771c0f6f9d771bc8aaaa3c4' (2023-08-06) • Updated input 'nix-rfc-92': 'github:obsidiansystems/nix/a4e676f1e31182234644fde3e3a823e94d02e163' (2023-07-21) → 'github:obsidiansystems/nix/de126ac51ec563516a699fb381c55b9f6ad2d86c' (2023-08-10) • Updated input 'nixd': 'github:nix-community/nixd/6b9b50bbe528033443216d2f0f889232304d4f54' (2023-07-31) → 'github:nix-community/nixd/e943f4b13b48c411b6ddc4b74115000c93b38ba0' (2023-08-10) • Updated input 'nixos-apple-silicon': 'github:tpwrules/nixos-apple-silicon/5567b99acd07e7069fb7e074f19d5ead10409798' (2023-07-27) → 'github:tpwrules/nixos-apple-silicon/a4717b649ca84a6f4556c04cc6235842263629ca' (2023-08-09) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d57e8c535d4cbb07f441c30988ce52eec69db7a8' (2023-07-29) → 'github:NixOS/nixpkgs/9034b46dc4c7596a87ab837bb8a07ef2d887e8c7' (2023-08-09) • Updated input 'unstable': 'github:NixOS/nixpkgs/e6ab46982debeab9831236869539a507f670a129' (2023-07-29) → 'github:NixOS/nixpkgs/ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e' (2023-08-10) |
||
---|---|---|
home-manager-modules | ||
lib | ||
machines | ||
modules | ||
packages | ||
secrets | ||
users | ||
.sops.yaml | ||
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.