Skip to content

Commit fef7664

Browse files
feat(lab): added ipad as wireguard peer
this is actually super cool but i can see how it can get tedious...
1 parent 75e6bac commit fef7664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configurations/nixos/lab/services/wireguard.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
publicKey = "maAlHZyL5YGILhqm2hCCqTZepTLt7VoEGyWzQca2gVk=";
5050
allowedIPs = [ "10.100.0.3/32" ];
5151
}
52+
{
53+
name = "ipad";
54+
publicKey = "nh/X2r1YdLV4+rGduCvBTX58DDYYtzrRkZqXfSSGmWY=";
55+
allowedIPs = [ "10.100.0.4/32" ];
56+
}
5257
];
5358
};
5459
}

0 commit comments

Comments
 (0)