chore: baserow update
This commit is contained in:
11
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
11
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{lib, ...}: let
|
||||
serviceName = "gotenberg";
|
||||
portUtils = import ../../../lib/port-utils.nix {inherit lib;};
|
||||
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
||||
in {
|
||||
services.gotenberg = {
|
||||
enable = true;
|
||||
port = servicePort;
|
||||
bindIP = "127.0.0.1";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user