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