Repository files navigation
RSA Key erstellen und public key zu den deploy keys eintragen:
ssh-keygen -f ~/.ssh/id_github_deploy -t ed25519 -q -N ""
Pub key anzeigen:
cat ~/.ssh/id_github_deploy.pub
Schlüssel im Project als Deploy key eintragen.
Repo clonen, in den Ordner wechseln und git konfigurieren:
git clone git@github.com:QFL-Lab/llm-chatbot.git --config core.sshCommand="ssh -i ~/.ssh/id_github_deploy" && cd nixos-configuration
git config pull.rebase false && git config --global user.name "Nikolas Longen" && git config --global user.email "nikolaslongen@gmail.com"
Rebuild mit configuration.nix aus github repo:
sudo nixos-rebuild -I nixos-config=./hosts/$(newHostname)/configuration.nix switch
Nach dem ersten aufrufen wird mit base.nix ein alias gesetzt, damit man sich das -I ...sparen kann
About
Nix os configurtaion for our llm chatbot based on ollama and openwebui
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.