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 ; + }; }