package
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
sysconfig.virtualization.openwebui.enable = lib.options.mkOption {
|
sysconfig.virtualization.openwebui.enable = lib.options.mkOption {
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
services.open-webui = {
|
services.open-webui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.open-webui;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user