From c76f9927c1dd4ea25f67ad40f61ea2e0d702f16a Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 27 Jan 2023 11:53:09 +0100 Subject: [PATCH] sombrero: Secure 'syncthing' --- hosts/sombrero/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 6d21a37..b008c4c 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -115,6 +115,12 @@ configDir = "/home/alex/backup/sync/.config/syncthing"; guiAddress = "0.0.0.0:8384"; + extraOptions = { + gui = { + user = "syncthing"; + password = "CBLPEBrHoGPOnfdZtLibnSAaPAALXfSU"; + }; + }; devices = { "phone" = {