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

tor: enable ssh

This commit is contained in:
2025-12-29 12:27:40 +01:00
parent c3dc7b9e51
commit f70383c732
6 changed files with 90 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ in
myceliumAddresses = lib.mapAttrs (_: v: v.mycelium.ipv6) (
lib.filterAttrs (_: v: v ? "mycelium") machines
);
torAddresses = lib.mapAttrs (_: v: v.torAddress) (
lib.filterAttrs (_: v: v ? "torAddress") machines
);
syncthingIds = lib.mapAttrs (_: v: { id = v.syncthingId; }) (
lib.filterAttrs (_: v: v ? "syncthingId") machines
);