zenix: update, switch back to hyprland

This commit is contained in:
Tristan 2026-01-02 14:01:10 +00:00
parent 981cfea419
commit c358881432
6 changed files with 100 additions and 107 deletions

View file

@ -3,7 +3,7 @@
nodes = [
"alpine"
"100.106.49.128" # laptop
"100.65.29.110" # gaming pc
"100.78.76.10" # gaming pc
];
addPort = ip: "${ip}:${toString prometheus.exporters.node.port}";
in {
@ -68,11 +68,13 @@ in {
configuration = {
route = {
receiver = "alertmanager-ntfy";
routes = [{
matchers = [
''node_filesystem_device_error != 0''
];
}];
routes = [
{
matchers = [
''node_filesystem_device_error != 0''
];
}
];
};
};
};