chore(flake): switch to new nixfmt-rfc-style option in pre-commit hooks
This commit is contained in:
parent
6a0f0bf76e
commit
83d8be3bf9
3 changed files with 37 additions and 2 deletions
services
9
services/open-webui.nix
Normal file
9
services/open-webui.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.open-webui;
|
||||
port = 11111;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue