stockholm/lass/2configs/et-server.nix
2022-11-17 12:23:28 +01:00

8 lines
171 B
Nix

{ config, lib, pkgs, ... }:
{
services.eternal-terminal = {
enable = true;
};
networking.firewall.allowedTCPPorts = [ config.services.eternal-terminal.port ];
}