2025-02-07 16:06:43 +01:00
|
|
|
{ config, ... }:
|
|
|
|
let
|
|
|
|
port = config.satellite.ports.redlib;
|
2024-04-22 23:11:42 +02:00
|
|
|
in
|
|
|
|
{
|
2025-02-07 16:06:43 +01:00
|
|
|
services.redlib.enable = true;
|
2024-06-13 15:47:36 +02:00
|
|
|
satellite.nginx.at.redlib.port = port;
|
2024-04-22 22:45:08 +02:00
|
|
|
}
|