10 lines
149 B
Nix
10 lines
149 B
Nix
{
|
|
imports = [
|
|
./grafana.nix
|
|
];
|
|
|
|
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [
|
|
9090 # prometheus web interface
|
|
];
|
|
}
|