NixOS and Home Manager modules, packages, and automation for client and server deployments.
Find a file
sid fe6b0d6c47
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 5s
Merge pull request 'librechat: fix image ref' (#47) from develop into release-25.11
Reviewed-on: #47
2026-05-19 19:32:26 +02:00
.forgejo/workflows flake check: allow unfree packages 2026-03-07 14:09:02 +01:00
apps rebuild no longer produces result symlinks 2026-05-13 13:44:09 +02:00
docs remove tailcsale docs 2026-05-02 19:07:33 +02:00
lib initial commit 2026-02-23 20:34:35 +01:00
modules librechat: fix image ref 2026-05-19 19:31:30 +02:00
overlays initial commit 2026-02-23 20:34:35 +01:00
pkgs add nerdlog package 2026-05-19 13:13:02 +02:00
templates add stm32 dev template 2026-05-07 18:57:46 +02:00
tests librechat-oci: nixos module and test 2026-05-13 01:11:09 +02:00
.envrc initial commit 2026-02-23 20:34:35 +01:00
.gitignore initial commit 2026-02-23 20:34:35 +01:00
flake.lock update flake. update some package versions 2026-05-04 17:16:15 +02:00
flake.nix disable librechat tests 2026-05-18 17:16:03 +02:00
mkdocs.yml remove tailcsale docs 2026-05-02 19:07:33 +02:00
README.md fix doc link 2026-03-30 13:29:31 +02:00

synix

NixOS and Home Manager modules, packages, and automation for client and server deployments.

Explore the outputs:

nix flake show git+https://git.sid.ovh/sid/synix

Support: x86_64-linux (stable), aarch64-linux (experimental)

Directory Structure

  • apps/: Deployment, installation, and update tooling.
  • docs/: Project documentation.
  • lib/: Helper functions.
  • modules/: NixOS and Home Manager modules.
  • overlays/: Package overrides and fixes.
  • pkgs/: Custom packages.
  • templates/: Boilerplates for nix-config and dev environments.

Usage

Add this repo to your flake inputs:

# flake.nix
inputs.synix.url = "git+https://git.sid.ovh/sid/synix.git";

See the documentation for a full setup guide.

Templates

Initialize a template in a new directory:

nix flake init -t git+https://git.sid.ovh/sid/synix#TEMPLATE

Available templates: nix-config, c-hello, microvm, etc. See flake.nix for the full list.

Contributing

  1. Clone & checkout develop:
    git clone https://git.sid.ovh/sid/synix && cd synix
    git checkout develop
    
  2. Validate changes:
    nix fmt # formats the code
    nix flake check # checks formatting, runs build and runtime tests
    
  3. Submit patches via git format-patch to sid@sid.ovh or Matrix @sid:sid.ovh.

Thank you for contributing!