Server/syncthing: remove redundant secrets configuration

This commit is contained in:
Toast 2024-02-19 21:27:22 +01:00
parent 436c1785a8
commit d081c06a1c

View file

@ -1,11 +1,6 @@
{ config, ... }:
{
age.secrets = {
syncthingKey.file = ../../secrets/syncthing/key;
syncthingCert.file = ../../secrets/syncthing/cert;
};
services.syncthing = {
enable = true;
key = config.age.secrets.syncthingKey.path;