feat: Added avante and remove ldap from public

This commit is contained in:
uttarayan21
2025-08-04 11:25:11 +05:30
parent 307bf69d86
commit be576afeae
2 changed files with 26 additions and 5 deletions

View File

@@ -182,6 +182,27 @@ in {
}; };
}; };
}; };
avante = {
enable = true;
settings = {
provider = "copilot";
providers = {
ollama = {
endpoint = "https://ollama.ryu.darksailor.dev";
model = "qwen3:30b-a3b";
};
};
input = {
provider = "snacks";
provider_opts = {
# Additional snacks.input options
title = "Avante Input";
icon = " ";
};
};
};
};
snacks.enable = true;
yazi = { yazi = {
enable = true; enable = true;

View File

@@ -20,11 +20,11 @@
''; '';
}; };
}; };
services.caddy = { # services.caddy = {
virtualHosts."ldap.darksailor.dev".extraConfig = '' # # virtualHosts."ldap.darksailor.dev".extraConfig = ''
reverse_proxy localhost:5090 # # reverse_proxy localhost:5090
''; # # '';
}; # };
users.users.lldap = { users.users.lldap = {
name = "lldap"; name = "lldap";
group = "lldap"; group = "lldap";