|
| 1 | +--- |
| 2 | +Title: NixOS Public Unix Server |
| 3 | +Description: I have been building a NixOS powered Public Unix Server |
| 4 | +Tags: |
| 5 | + - linux |
| 6 | + - nixos |
| 7 | + - networking |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +Sorry it's been a while since I last wrote something, but I want to share |
| 12 | +something I've been building! |
| 13 | + |
| 14 | +I've been building a invite-only, shared, distributed NixOS system called |
| 15 | +wolfgirl.systems. |
| 16 | + |
| 17 | +Users are usually more trusted as it's an invite only community, so they will |
| 18 | +have access to the nix daemon to install anything they want, like home-manager. |
| 19 | + |
| 20 | +We're also requesting an ASN from ARIN and I have allocated a chunk of IPv6 |
| 21 | +space to the network, so users can spin up something like bird and experimenting |
| 22 | +with announcing IPv6 space via our ASN, and it'd be routable from the world, as |
| 23 | +most of our locations support BGP transit. |
| 24 | + |
| 25 | +Users are also allowed to host their own websites, currently we're just pointing |
| 26 | +/~username to a dir in their home directory, but in the future we plan on |
| 27 | +supporting cgi-bins and forwarding http sockets. |
| 28 | + |
| 29 | +In the future, I also plan on mounting a shared disk to all the machines, so |
| 30 | +users will have access to a shared storage space across all of our machines. |
| 31 | + |
| 32 | +You can find the docs, nixos config of wolfgirl.systems |
| 33 | +[here](https://git.private.coffee/wolfgirls). |
| 34 | + |
| 35 | +But yeah, that's all for now. Feel free to email me for an invite. |
0 commit comments