No description
Find a file
Antoine Martin ae80dfcb92 flake: remove jujutsu input
The one from 25.11 is much more up to date, and I can always grab the
one from unstable if I want a fresher one in a few months.
2025-11-26 16:21:07 +01:00
.github/workflows ci: bump actions 2025-03-15 19:20:11 +01:00
base talos: home: logind settings were renamed 2025-11-26 15:50:57 +01:00
home home: ssh: disable deprecated default config 2025-11-26 15:51:57 +01:00
hosts talos: home: logind settings were renamed 2025-11-26 15:50:57 +01:00
modules secrets: update hades runner token 2025-04-23 19:53:59 +02:00
overlays overlays: remove hugin 2023-11-15 12:16:04 +01:00
pkgs pkgs: don't use alias for recurseIntoAttrs 2025-11-12 15:19:14 +01:00
services services: transmission: bump to v4 2025-11-26 15:50:57 +01: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: remove jujutsu input 2025-11-26 16:21:07 +01:00
flake.nix flake: remove jujutsu input 2025-11-26 16:21:07 +01: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