Configuration for my infrastructure
Find a file
2021-04-13 22:41:28 +02:00
hosts Add ripgrep to env 2021-04-13 22:12:09 +02:00
lib Move vim packages to pkgs 2020-12-28 18:35:15 +01:00
modules Set font to Source Code Pro 2021-04-13 22:41:28 +02:00
overlays Add recipemd 2021-03-14 22:16:36 +01:00
pkgs recipemd: adapt to upstream changes 2021-04-13 22:12:39 +02:00
utils Fixup 2021-01-16 20:17:11 +01:00
.envrc Add .envrc 2021-01-16 19:49:25 +01:00
.gitignore Add .envrc 2021-01-16 19:49:25 +01:00
.gitmodules Move tubslatex package to NUR repo 2020-04-05 17:23:35 +02:00
default.nix Fix link to recipemd 2021-03-16 14:59:55 +01:00
LICENSE Add LICENSE 2021-01-10 17:08:28 +01:00
overlay.nix Update reserved names of default.nix 2021-03-16 14:55:42 +01:00
README.md Add rollback on failure 2021-01-16 18:57:59 +01:00
shell.nix Add shell.nix 2021-01-16 19:47:36 +01:00

nix configuration

Use at your own risk.

Deploying

The ./deploy script generates a NixOS configuration that pins the current git HEAD of this project and copies the resulting configuration.nix to the destionation host. Then it tests the new confiurations and rolls back if it fails.

TODO

  • Use nix-copy-closure?