No description
  • Nix 97.5%
  • Shell 1.9%
  • Go Template 0.6%
Find a file
Antoine Martin 4353cd796c services: nginx: s/credentialsFile/environmentFile
Should switch to credentialFiles to leverage systemd credentials support
at some point.
2026-07-05 13:38:43 +02:00
.github/workflows ci: bump actions 2025-03-15 19:20:11 +01:00
base base: gui: add feishin music player 2026-06-24 13:03:05 +02:00
home home: ssh: use newer syntax for match blocks 2026-07-05 13:36:40 +02:00
hosts hades: remove old mdmon conf 2026-07-05 13:37:12 +02:00
modules modules: sddm is no longer the config wide default 2025-12-22 18:58:05 +01:00
overlays Revert "overlays: downgrade transmission" 2026-03-06 09:54:34 +01:00
pkgs pkgs: spot: bump to 2.14.5 2026-01-14 18:34:54 +01:00
services services: nginx: s/credentialsFile/environmentFile 2026-07-05 13:38:43 +02:00
.gitignore add .gitignore 2022-02-02 17:49:59 +01:00
.lohr lohr: add codeberg 2025-03-31 09:35:30 +02:00
boreal.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
flake.lock flake.lock: Update 2026-07-04 03:17:34 +02:00
flake.nix flake: bump to NixOS 26.05 beta 2026-05-28 13:31:29 +02:00
hades.nix hades: init 2022-06-10 17:31:28 +02:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
talos.nix hosts: add talos 2024-03-03 02:01:20 +01:00
thanatos.nix hosts: add thanatos 2023-12-14 22:34:07 +01:00
todo.org todo: add current wishlist 2025-03-15 16:41:12 +01:00

NixOS configurations

Configuration for my computers! You may find here system configurations for various services I host, as well as my dotfiles for daily programs.

Packages

Various packages of mine can be found in this repo. You can easily use these packages from Nix by setting up the Nix User Repository.

Flake

If you prefer, theses packages are also exposed as a flake in this repo:

  • To list packages:
nix flake show
  • To install one of them:
nix build github:alarsyo/nixos-config#$PACKAGE