8 lines
109 B
Nix
8 lines
109 B
Nix
{...} :
|
|
{
|
|
services.open-webui = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
host = "0.0.0.0";
|
|
};
|
|
}
|