first commit
This commit is contained in:
10
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
10
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{config, ...}: let
|
||||
serviceName = "gotenberg";
|
||||
servicePort = config.m3ta.ports.get serviceName;
|
||||
in {
|
||||
services.gotenberg = {
|
||||
enable = true;
|
||||
port = servicePort;
|
||||
bindIP = "127.0.0.1";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user