k 3 ma: removing trace output for ed25519 keys

This commit is contained in:
makefu 2022-01-03 00:47:03 +01:00
parent a5c6d13e66
commit 057adcb836
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -26,7 +26,7 @@ with import <stockholm/lib>;
(let
pubkey-path = ./retiolum + "/${hostName}_ed25519.pub";
in optionalAttrs (pathExists pubkey-path) {
nets.retiolum.tinc.pubkey_ed25519 = builtins.trace "using ed25519 key for host ${hostName}" (readFile pubkey-path);
nets.retiolum.tinc.pubkey_ed25519 = readFile pubkey-path;
})
# Wiregrill defaults
(let