diff options
Diffstat (limited to 'os/srv')
| -rw-r--r-- | os/srv/syncthing.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/srv/syncthing.nix b/os/srv/syncthing.nix index 1531c04..332bb54 100644 --- a/os/srv/syncthing.nix +++ b/os/srv/syncthing.nix @@ -15,7 +15,7 @@ in user = "${username}"; dataDir = "/home/${username}/.local/share/syncthing"; configDir = "/home/${username}/.config/syncthing"; - guiPasswordFile = config.sops.secrets."syncthing/gui_password".path; + guiPasswordFile = "/run/secrets/syncthing/gui_password"; settings = { devices = { |
