My personal machines configuration
Find a file
2025-03-18 09:05:15 +01:00
home-manager-modules chore: retract some mail options to default 2025-03-16 14:04:50 +01:00
lib feat: try emacs-igc 2025-02-23 11:55:40 +01:00
machines feat: init exwm 2025-03-17 23:02:04 +01:00
modules chore: delete readeck as it has been merged upstream 2025-02-02 16:56:47 +01:00
packages chore: delete readeck as it has been merged upstream 2025-02-02 16:56:47 +01:00
profiles feat: add declarative status page 2025-01-18 00:25:18 +01:00
scripts chore: drop useless script 2024-09-10 15:15:06 +02:00
secrets chore: rekey secrets 2025-03-17 23:05:44 +01:00
users feat: add arcadia key to julien 2025-03-18 09:05:15 +01:00
.envrc add envrc 2024-04-05 00:33:43 +02:00
.gitignore chore(shell): add nixmoxer 2024-12-21 13:42:48 +01:00
default.nix fix(snowfield): drop patches 2024-11-25 19:34:37 +01:00
hive.nix move out of flake 2024-03-31 21:23:04 +02:00
LICENSE Create LICENSE 2021-12-24 00:01:42 +01:00
lon.lock chore: update emacs-overlay 2025-03-17 22:59:33 +01:00
lon.nix chore: revert to default lon expression 2024-10-22 23:06:00 +02:00
README.md chore: update readme 2025-01-25 16:48:53 +01:00
shell.nix feat: add rbw to shell 2025-03-17 09:28:50 +01:00
statix.toml feat: add pre-commit-hooks 2024-04-07 14:33:13 +02:00

Snowfield ❄

Build status built with nix

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).

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 agenix.

Inspirations

This project is freely inspired by some really cool projects, including MayNiklas/nixos, pinox/nixos and ncfavier/config.