feat(syncthing): remove cert & key
This commit is contained in:
parent
6a0f0a58e7
commit
006e2e29e9
|
@ -12,8 +12,6 @@ in {
|
|||
user = "felschr";
|
||||
configDir = "/home/felschr/.config/syncthing";
|
||||
dataDir = "/home/felschr/.local/share/syncthing";
|
||||
cert = "/etc/nixos/secrets/syncthing/cert.pem";
|
||||
key = "/etc/nixos/secrets/syncthing/key.pem";
|
||||
devices = {
|
||||
rpi4 = {
|
||||
id = "RBKVWQQ-TGYBMQK-P4AADKE-7LGPHL7-UY4FEZA-6N7HQ4R-UCPSZPV-LWFK4AP";
|
||||
|
|
|
@ -12,9 +12,6 @@ in {
|
|||
user = "felschr";
|
||||
configDir = "/home/felschr/.config/syncthing";
|
||||
dataDir = "/home/felschr/.local/share/syncthing";
|
||||
|
||||
cert = "/etc/nixos/secrets/syncthing/cert.pem";
|
||||
key = "/etc/nixos/secrets/syncthing/key.pem";
|
||||
devices = {
|
||||
felix-nixos = {
|
||||
id = "MKVEPJK-HWGFVLN-SRHE4NR-ZADXKMF-AMYIKZ7-MGUJH3L-XH2FBOW-AMQRIAW";
|
||||
|
|
Loading…
Reference in a new issue