From adb963436f19b19f017ffcc37a549285ea6a3003 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 31 Dec 2024 16:50:12 +0200 Subject: [PATCH] Corrected indentation --- nixosModules/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixosModules/syncthing.nix b/nixosModules/syncthing.nix index f1fac7d..3ef78c2 100644 --- a/nixosModules/syncthing.nix +++ b/nixosModules/syncthing.nix @@ -50,8 +50,8 @@ sops.secrets.syncthing-gui-password = { }; services.syncthing.settings.gui = { - user = "server"; - password = config.sops.secrets.syncthing-gui-password.path; + user = "server"; + password = config.sops.secrets.syncthing-gui-password.path; }; }; }