chore(flake): switch to new nixfmt-rfc-style option in pre-commit hooks

This commit is contained in:
Felix Schröter 2024-10-25 11:50:27 +02:00
parent 6a0f0bf76e
commit 83d8be3bf9
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 37 additions and 2 deletions

9
services/open-webui.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
services.open-webui = {
enable = true;
package = pkgs.unstable.open-webui;
port = 11111;
};
}