feat: Disable navidrome and ollama
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
./atuin.nix
|
||||
./authelia.nix
|
||||
./home-assistant.nix
|
||||
./navidrome.nix
|
||||
./llama.nix
|
||||
# ./navidrome.nix
|
||||
# ./llama.nix
|
||||
./nextcloud.nix
|
||||
./jellyfin.nix
|
||||
];
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
};
|
||||
};
|
||||
nextjs-ollama-llm-ui = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
port = 5096;
|
||||
ollamaUrl = "https://llama.darksailor.dev/api/ollama";
|
||||
};
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
hostName = "cloud.darksailor.dev";
|
||||
config.adminuser = "servius";
|
||||
config.adminpassFile = config.sops.secrets."nextcloud/adminpass".path;
|
||||
config.dbtype = "sqlite";
|
||||
configureRedis = true;
|
||||
https = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user