feat: disable unused stuff
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
};
|
||||
# package = pkgs.ik_llama;
|
||||
};
|
||||
# caddy = {
|
||||
# virtualHosts."llama.ryu.darksailor.dev".extraConfig = ''
|
||||
# import hetzner
|
||||
# reverse_proxy localhost:${builtins.toString config.services.llama-cpp.port}
|
||||
# '';
|
||||
# };
|
||||
caddy = {
|
||||
virtualHosts."llama.ryu.darksailor.dev".extraConfig = ''
|
||||
import hetzner
|
||||
reverse_proxy localhost:${builtins.toString config.services.llama-cpp.port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user