From 0f9ae09c28577f3e871bcbb6ec07570120fe3ed0 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Sun, 29 Sep 2024 02:09:24 -0400 Subject: [PATCH] nixos pubnix --- content/blog/20240929-pubnix.md | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 content/blog/20240929-pubnix.md diff --git a/content/blog/20240929-pubnix.md b/content/blog/20240929-pubnix.md new file mode 100644 index 0000000..8611c80 --- /dev/null +++ b/content/blog/20240929-pubnix.md @@ -0,0 +1,35 @@ +--- +Title: NixOS Public Unix Server +Description: I have been building a NixOS powered Public Unix Server +Tags: + - linux + - nixos + - networking + +--- + +Sorry it's been a while since I last wrote something, but I want to share +something I've been building! + +I've been building a invite-only, shared, distributed NixOS system called +wolfgirl.systems. + +Users are usually more trusted as it's an invite only community, so they will +have access to the nix daemon to install anything they want, like home-manager. + +We're also requesting an ASN from ARIN and I have allocated a chunk of IPv6 +space to the network, so users can spin up something like bird and experimenting +with announcing IPv6 space via our ASN, and it'd be routable from the world, as +most of our locations support BGP transit. + +Users are also allowed to host their own websites, currently we're just pointing +/~username to a dir in their home directory, but in the future we plan on +supporting cgi-bins and forwarding http sockets. + +In the future, I also plan on mounting a shared disk to all the machines, so +users will have access to a shared storage space across all of our machines. + +You can find the docs, nixos config of wolfgirl.systems +[here](https://git.private.coffee/wolfgirls). + +But yeah, that's all for now. Feel free to email me for an invite.