diff --git a/neovim/default.nix b/neovim/default.nix index 1943092c..48ccf5a5 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -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 = { enable = true; diff --git a/nixos/mirai/services/lldap.nix b/nixos/mirai/services/lldap.nix index c1fe9024..371977ca 100644 --- a/nixos/mirai/services/lldap.nix +++ b/nixos/mirai/services/lldap.nix @@ -20,11 +20,11 @@ ''; }; }; - services.caddy = { - virtualHosts."ldap.darksailor.dev".extraConfig = '' - reverse_proxy localhost:5090 - ''; - }; + # services.caddy = { + # # virtualHosts."ldap.darksailor.dev".extraConfig = '' + # # reverse_proxy localhost:5090 + # # ''; + # }; users.users.lldap = { name = "lldap"; group = "lldap";