Find a file
Alejandro Angulo d5969ca923
Refactored how SSL certs are configured for nginx
Made a separate ACME module to handle requesting certs from multiple
machines. Right now, the module only supports exactly one wildcard cert.
It might make sense to have cache.kilonull.com use a cert specific to
its subdomain rather than also requesting a wildcard cert (or maybe the
nginx on its host shouldn't care about TLS and it should be node's
responsibility).
2023-07-16 18:21:45 -07:00
.github/workflows Added pre-commit config 2022-09-18 22:28:50 -07:00
modules Refactored how SSL certs are configured for nginx 2023-07-16 18:21:45 -07:00
secrets Refactored how SSL certs are configured for nginx 2023-07-16 18:21:45 -07:00
systems Refactored how SSL certs are configured for nginx 2023-07-16 18:21:45 -07:00
.gitignore wip 2023-03-12 11:14:43 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-12-12 16:34:09 +00:00
flake.lock Updated 2023-07-13 18:22:51 -07:00
flake.nix Added adguardhome service 2023-07-09 08:24:54 -07:00
README.md Added inspiration section 2023-04-02 17:03:54 -07:00
update.sh Added nix config 2022-09-18 12:42:30 -07:00

dotfiles

My nix configuration. The name of this repo is a bit of a misnormer since I'm no longer managing dotfiles with a tool like stow.

Usage

To apply a system configuration, run nixos-rebuild switch. See nixos-rebuild --help for more information.

Development

Set up direnv

echo 'use flake' > .envrc && direnv allow

And setup pre-commit hooks

pre-commit install

Inspiration

Heavily inspired by Jake Hamilton's configuration: https://github.com/jakehamilton/config

Check out the companion flake tour video as well: https://www.youtube.com/watch?v=ARjAsEJ9WVY