tinc: don't connect to gum

This commit is contained in:
lassulus 2022-02-08 18:20:21 +01:00
parent c0a2add38e
commit 0ec9ceb5d5

View File

@ -175,7 +175,7 @@ with import <stockholm/lib>;
connectTo = mkOption { connectTo = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
${if netname == "retiolum" then "default" else null} = [ ${if netname == "retiolum" then "default" else null} = [
"gum" "eve"
"ni" "ni"
"prism" "prism"
]; ];