diff options
author | Linnnus <[email protected]> | 2025-05-13 20:12:08 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-13 20:12:08 +0200 |
commit | 361910d1b47c813e9a357691a03a2c654c0dcbdc (patch) | |
tree | e9acfe77551464b953780198ceaad23f6dea3c59 | |
parent | 35759a84a0f155427b729ad3dbcf543683008a73 (diff) |
ahmed: Fix password encoding for syncthing GUI passwd
-rw-r--r-- | hosts/ahmed/syncthing/reverse-proxy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |