Server/syncthing: remove redundant secrets configuration
This commit is contained in:
parent
436c1785a8
commit
d081c06a1c
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue