alertmanager
This commit is contained in:
parent
a53076e076
commit
e7d531760d
5 changed files with 146 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue