Build a new monitoring stack

This commit is contained in:
Gene Liverman 2026-01-27 21:41:46 -05:00
parent 65485e1c47
commit a2799f5e54
13 changed files with 1104 additions and 368 deletions

View file

@ -1,6 +1,7 @@
{ config, username, ... }: {
imports = [
../../../common/linux/lets-encrypt.nix
./monitoring.nix
./nginx.nix
];