this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

hyperplane: don't include in wireguard (yet)

+5 -5
+5 -5
hosts/profiles/wireguard-server/default.nix
··· 36 36 publicKey = "gcdq86hhEUlqF2chqYB/F8pALyAMNFvwLycxBoHuoDs="; 37 37 allowedIPs = [ "10.0.69.5/32" ]; 38 38 } 39 - { 40 - # hyperplane 41 - publicKey = ""; 42 - allowedIPs = [ "10.0.69.6/32" ]; 43 - } 39 + # { 40 + # # hyperplane 41 + # publicKey = ""; 42 + # allowedIPs = [ "10.0.69.6/32" ]; 43 + # } 44 44 ]; 45 45 }; 46 46 }