nix-config/modules2/hosts/t480/open-webui.nix

5 lines
117 B
Nix

{
nixpkgs.allowedUnfreePackages = [ "open-webui" ];
flake.modules.nixos.pc.services.open-webui.enable = true;
}