1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

secrets: use new structure

This commit is contained in:
Kierán Meinhardt
2019-06-17 17:13:35 +02:00
parent 01e81a8eef
commit 96271c76a6
4 changed files with 10 additions and 10 deletions

View File

@@ -34,8 +34,8 @@
krebs.syncthing = rec {
enable = true;
id = config.networking.hostName;
key = toString <secrets/syncthing-key.pem>;
cert = toString <secrets/syncthing-cert.pem>;
key = toString <secrets/syncthing/key.pem>;
cert = toString <secrets/syncthing/cert.pem>;
peers = {
homeros.id = "HSOL72W-MMN346W-C3WCWCH-OTRKJYG-MY2WWV6-P7JUHN7-5WYYYRV-ZMH4KAA";
scardanelli.id = "7CZYHEX-3CSFDQU-PEEMYHG-6XGQ2ZD-KGVUWH5-GFRB2XK-FP57ERX-7APZUQU";