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