Find a file
Antoine Martin 656824943c flake.lock: Update
Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/7e5e58b98c3dcbf497543ff6f22591552ebfe65b' (2022-05-16)
  → 'github:ryantm/agenix/c96da5835b76d3d8e8d99a0fec6fe32f8539ee2e' (2022-09-03)
• Updated input 'home-manager':
    'github:nix-community/home-manager/d89bdff445eadff03fe414e9c30486bc8166b72b' (2022-08-27)
  → 'github:nix-community/home-manager/5bd66dc6cd967033489c69d486402b75d338eeb6' (2022-08-30)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/324c8aaf25b2f2027af7798e5582ce3040a793b6' (2022-08-27)
  → 'github:NixOS/nixpkgs/2da64a81275b68fdad38af669afeda43d401e94b' (2022-09-01)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/767a1251bf27d89868e86a4e2f6a2b37781e546b' (2022-08-29)
  → 'github:NixOS/nixpkgs/9f867325b5da6c4c9211707abdb481e1d0b3e589' (2022-09-01)
2022-09-05 11:02:29 +02:00
.github/workflows ci: add hades to build outputs 2022-06-10 18:01:58 +02:00
base base: add cachix and jq to programs 2022-06-20 13:35:36 +02:00
home home: tridactyl: add youtube to blacklist 2022-08-03 10:04:16 +02:00
hosts poseidon: remove nuage service 2022-08-29 13:23:25 +02:00
modules hosts: move matrix to hades 2022-06-12 20:17:08 +02:00
overlays format all code with alejandra 2022-04-10 11:54:58 +02:00
pkgs pkgs: bump spot to 2.10.6 2022-05-30 09:57:43 +02:00
services services: gitea: fix renamed options 2022-08-29 13:33:19 +02:00
.gitignore add .gitignore 2022-02-02 17:49:59 +01:00
.lohr repo: setup lohr file 2021-03-30 15:24:07 +02:00
boreal.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
flake.lock flake.lock: Update 2022-09-05 11:02:29 +02:00
flake.nix Revert "flake: pin mu to 1.6.11" 2022-07-23 17:10:25 +02:00
hades.nix hades: init 2022-06-10 17:31:28 +02:00
poseidon.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
zephyrus.nix format all code with alejandra 2022-04-10 11:54:58 +02: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