From 1aa7b78b4acd0216416a54baaf92d382e3c5bd70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 31 Dec 2022 18:54:46 +0100 Subject: [PATCH] fix: use my keys for @Mic92 retiolum module --- configs/retiolum.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/retiolum.nix b/configs/retiolum.nix index aaa6f7a..230d027 100644 --- a/configs/retiolum.nix +++ b/configs/retiolum.nix @@ -8,4 +8,9 @@ ]; networking.hosts = {"42:0:ca48:f98f:63d7:31ce:922b:245d" = ["go"];}; + + services.tinc.networks.retiolum = { + rsaPrivateKeyFile = toString ; + ed25519PrivateKeyFile = toString ; + }; }