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; }; }; }