Diff of Cyberia Hq/Tailnet at a18c5b6

diff --git a/cyberia_hq/tailnet.myco b/cyberia_hq/tailnet.myco
new file mode 100644
index 0000000..43ba173
--- /dev/null
+++ b/cyberia_hq/tailnet.myco
@@ -0,0 +1,41 @@
+layer zero tailnet
+
+lz runs a tailnet in order to connect all of our devices together easily. feel free to join it using personal devices, servers, etc.
+
+joining our tailnet basically means joining a big LAN party with all of our devices.
+
+what is tailscale? see https://tailscale.com/blog/how-tailscale-works/
+
+### registration
+
+first, install tailscale on ur system/server:
+```
+curl -fsSL https://tailscale.com/install.sh | sh
+```
+
+join the tailnet:
+```
+tailscale up --login-server https://headscale.layerze.ro
+```
+
+the above command will prompt you to open a link in your browser. when you do, you'll see a registration command. DM that to one of our operators:
+
+- jes
+- forest
+- reese
+- ????
+
+they will handle the rest!
+
+
+### operator instructions
+
+log into elliot:
+```
+ssh elliot.cyberia.club
+```
+
+run the registration command against the `tailnet` namespace:
+```
+headscale -n tailnet nodes register --key nodekey:<key>
+```
\ No newline at end of file