feat: cleaning
This commit is contained in:
@@ -185,17 +185,46 @@ in
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
ollama = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
package = pkgs.ollama-rocm;
|
||||
syncModels = true;
|
||||
loadModels = [
|
||||
"gemma3:4b"
|
||||
"mistral"
|
||||
];
|
||||
};
|
||||
# ollama = {
|
||||
# enable = true;
|
||||
# host = "0.0.0.0";
|
||||
# openFirewall = true;
|
||||
# package = pkgs.ollama-rocm;
|
||||
# syncModels = true;
|
||||
# loadModels = [
|
||||
# "gemma3:4b"
|
||||
# "mistral:latest"
|
||||
# "qwen3.5:4b"
|
||||
# #"qwen3.5:9b"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# open-webui = {
|
||||
# enable = true;
|
||||
# host = "0.0.0.0";
|
||||
# port = 8080;
|
||||
# openFirewall = true;
|
||||
# environment = {
|
||||
# WEBUI_ADMIN_EMAIL = "morelx42@protonmail.com";
|
||||
# WEBUI_ADMIN_PASSWORD = "pouet";
|
||||
# };
|
||||
# };
|
||||
# librechat = {
|
||||
# enable = true;
|
||||
# enableLocalDB = true;
|
||||
# env = {
|
||||
# CREDS_KEY = "caab82871d3949266571f79644b799bba1efa864367fdaecc2c0ea28c5f3135c";
|
||||
# CREDS_IV = "4cb7bdbd6f7c2fd97366c1361f4810ef";
|
||||
# JWT_SECRET = "d6ba21978eea938b51a1eef85629d1027425f34ac7971d58c73280fcd4fa9b92";
|
||||
# JWT_REFRESH_SECRET = "f156cff757cd26a8a549f8a9f849b1c9e2b9107261c2f7eee6c72a78f4868124";
|
||||
# MEILI_MASTER_KEY = "cc061e6953e20053606622d7c594b70a";
|
||||
# };
|
||||
# meilisearch.enable = true;
|
||||
# };
|
||||
# meilisearch = {
|
||||
# enable = true;
|
||||
# masterKeyFile = ./meilikey.txt;
|
||||
# };
|
||||
|
||||
frigate = {
|
||||
enable = true;
|
||||
|
||||
@@ -66,6 +66,8 @@
|
||||
# hyprland.enable = false;
|
||||
# };
|
||||
|
||||
gtk.gtk4.theme = null;
|
||||
|
||||
# gtk = {
|
||||
# iconTheme = {
|
||||
# name = "Papirus-Dark";
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
cc061e6953e20053606622d7c594b70a
|
||||
Reference in New Issue
Block a user