this repo has no description
2
fork

Configure Feed

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

feat(wireguard): add hyperplane and work

+10 -5
+10 -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 = "v+EUuM60yZLvBmdCG9GxfFAtSjS1VvbUWcyNb8emjDg="; 42 + allowedIPs = [ "10.0.69.6/32" ]; 43 + } 44 + { 45 + # work 46 + publicKey = "/gv66s8DfppCCjaEN/jlc8z95IhEWPgDumykqKEl0QU="; 47 + allowedIPs = [ "10.0.69.7/32" ]; 48 + } 44 49 ]; 45 50 }; 46 51 }