alertmanager

This commit is contained in:
chris 2025-03-14 23:06:10 +01:00
commit e7d531760d
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 146 additions and 3 deletions

View file

@ -48,6 +48,12 @@
./loki.nix
];
services.nginx = {
enable = true;
recommendedProxySettings = true;
logError = "syslog:server=unix:/dev/log,nohostname";
};
# DO NOT CHANGE
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
home-manager.users.noc.home.stateVersion = "24.11";