1
0

hosts/astatine: Add stack to monitor zte hypermobile 5g

This commit is contained in:
2025-09-08 23:32:42 +02:00
parent 503dca182e
commit e82132b86e
8 changed files with 154 additions and 7 deletions

View File

@@ -4,6 +4,10 @@
imports =
[
./hardware-configuration.nix
./grafana.nix
./mu5001tool.nix
./prometheus.nix
];
profiles.clerie.network-fallback-dhcp.enable = true;
@@ -18,6 +22,16 @@
terminal_output serial
";
sops.secrets.monitoring-htpasswd = {
owner = "nginx";
group = "nginx";
};
services.nginx = {
enable = true;
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
profiles.clerie.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8108/128" ];