diff options
| author | adikro </run/secrets/git/email> | 2026-02-09 06:08:30 +0100 |
|---|---|---|
| committer | adikro </run/secrets/git/email> | 2026-02-09 06:08:30 +0100 |
| commit | 5c5f2d7e646eb8e984e2004074a400d0cc479f00 (patch) | |
| tree | 252a11ec7b5cdd335404d2ce88d02523967479c3 /os | |
| parent | f3ddb99147429c666aa5ec0416161a0b9191dcfd (diff) | |
...
Diffstat (limited to 'os')
| -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 = { |
