Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: build
> ./nixos/gram/map.nix
Lenses
(coming soon!)
{... }:
let
channel = 8082;
name = "map";
domain = "${name}.operand.online";
in {
imports = [(import ../module/proxy.nix { inherit channel domain name; })];
networking.firewall.allowedTCPPorts = [ 80 443 channel ];
services.traccar = {
enable = true;
settings.webPort = toString channel;
};
}