My personal machines configuration
Find a file
2025-12-07 11:16:08 +01:00
home-manager-modules chore: update 2025-09-22 20:47:52 +02:00
lib chore: update deps 2025-11-30 21:10:56 +01:00
machines feat: some more epyc-container config 2025-12-07 11:16:08 +01:00
modules feat: init josh at code.luj.fr 2025-11-05 13:47:43 +01:00
packages feat: init lcli 2025-11-25 18:07:21 +01:00
private@5a189ef1d3 chore(epyc-container): rekey secrets 2025-12-07 11:14:36 +01:00
profiles fix: fix rust-motd eval error 2025-12-07 11:10:21 +01:00
scripts chore: drop useless script 2024-09-10 15:15:06 +02:00
users chore: update gallifrey key 2025-09-17 09:37:07 +02: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
.gitmodules chore: move secrets to private repo 2025-06-18 13:57:51 +02:00
default.nix feat: change secret infra 2025-10-31 16:28:19 +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 to 25.11 2025-12-07 11:10:36 +01:00
lon.nix chore: update 2025-09-22 20:47:52 +02:00
README.md chore: update readme 2025-01-25 16:48:53 +01:00
shell.nix feat: set the path for the agenix rules 2025-11-05 14:12:52 +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.