fix ollama
This commit is contained in:
@@ -29,6 +29,11 @@ with lib;
|
||||
default = "/mnt/ssd/nix-app-data/open-webui";
|
||||
};
|
||||
|
||||
ollamaPath = mkOption {
|
||||
type = types.str;
|
||||
default = "/mnt/ssd/nix-app-data/ollama";
|
||||
};
|
||||
|
||||
puid = mkOption {
|
||||
type = types.str;
|
||||
default = "911";
|
||||
|
||||
Reference in New Issue
Block a user