From 361910d1b47c813e9a357691a03a2c654c0dcbdc Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 13 May 2025 20:12:08 +0200 Subject: ahmed: Fix password encoding for syncthing GUI passwd --- hosts/ahmed/syncthing/reverse-proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ahmed/syncthing/reverse-proxy.nix b/hosts/ahmed/syncthing/reverse-proxy.nix index e6b84c0..828c7d4 100644 --- a/hosts/ahmed/syncthing/reverse-proxy.nix +++ b/hosts/ahmed/syncthing/reverse-proxy.nix @@ -18,7 +18,7 @@ insecureSkipHostcheck = true; user = "linus"; - password = "$y$j9T$mLlnLvW2XHNH3xlL0Vlnr1$Aa1tc2/c0qAKkp/5yt0F7dBD8pSjzqwgAIL4bZ/sAa9"; + password = "$2a$12$1OkFkWMKoWZbG2.aVcqHquo3lrP8ZC.hlMDQkdcIEX1uwAYjxEWUy"; }; linus.local-dns.subdomains = ["syncthing"]; -- cgit v1.2.3