From e10824e57bfa45d6852c1a5333e1ecc99795b2c9 Mon Sep 17 00:00:00 2001 From: goeranh Date: Wed, 25 Feb 2026 18:51:31 +0100 Subject: [PATCH] =?UTF-8?q?anleitung=20f=C3=BCr=20proxy=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8296d14..e5bef29 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,9 @@ AUTHENTIK_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.