foot, vintage fonts, scope operator
This commit is contained in:
parent
8d77e96d89
commit
5575604452
46 changed files with 803 additions and 702 deletions
|
@ -1,11 +1,16 @@
|
|||
{ inputs, config, ... }:
|
||||
{
|
||||
services.ollama = {
|
||||
inputs,
|
||||
config,
|
||||
scope,
|
||||
...
|
||||
}:
|
||||
scope "services" {
|
||||
ollama = {
|
||||
enable = true;
|
||||
user = "ollama";
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
open-webui = {
|
||||
package = inputs.nixpkgs-stable.legacyPackages.x86_64-linux.open-webui;
|
||||
enable = true;
|
||||
port = 8088;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue