anleitung für proxy deploy

This commit is contained in:
goeranh 2026-02-25 18:51:31 +01:00
parent 342390c631
commit e10824e57b
No known key found for this signature in database

View file

@ -60,4 +60,9 @@ AUTHENTIK_TOKEN=<token>
nix run github:nix-community/nixos-anywhere -- --flake .#mail --target-host root@141.56.51.95
```
# Proxy (und andere Systeme) neu updaten
Die config liegt nicht mehr wie gehabt auf dem server sondern heir in dem git repo. Deployt wird vom eigenen Laptop über ssh in die Instanz.
`nixos-rebuild switch --flake .#proxy --target-host root@141.56.51.1`
Das funktioniert nur wenn man einen ssh-config eintrag für die IP hat, da der Port gesetzt werden muss.