hosts/astatine: Add stack to monitor zte hypermobile 5g
This commit is contained in:
@@ -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" ];
|
||||
|
Reference in New Issue
Block a user