···11# PyroConf, a custom Nix config
2233## No Place Like ~
44-This is PyroNet's (relatively) production-grade NixOS config repo. It contains configurations for 3 different machines, as well as `home-manager` configurations.
5466-I try to keep the configuration organized. All home-manager related items go in `/home`, host configurations go in `/hosts`, and custom packages are in `/pkgs`, among other folders.
55+This is PyroNet's (relatively) production-grade NixOS config repo. It contains configurations for 3 different machines,
66+as well as `home-manager` configurations.
7788-My machines serve production infra for *.pyrox.dev domains. There are a few exceptions:
99-* [My blog](https://blog.pyrox.dev), and the [root domain](https://pyrox.dev) which are served by [OMG.LOL](https://omg.lol).
1010-I highly recommend their services, as you get a great domain name at a company that cares about you. If you do sign up, consider using [my referral link](https://omg.lol?refer=py), as I get 3 months of service credit if you sign up through it.
88+I try to keep the configuration organized. All home-manager related items go in `/home`, host configurations go in
99+`/hosts`, and custom packages are in `/pkgs`, among other folders.
1010+1111+My machines serve production infra for \*.pyrox.dev domains. There are a few exceptions:
1212+1313+- [My blog](https://blog.pyrox.dev), and the [root domain](https://pyrox.dev) which are served by
1414+ [OMG.LOL](https://omg.lol). I highly recommend their services, as you get a great domain name at a company that cares
1515+ about you. If you do sign up, consider using [my referral link](https://omg.lol?refer=py), as I get 3 months of
1616+ service credit if you sign up through it.
11171218There are some services I run that many homelabs do not. They are:
1313-* Authoritative DNS for my domains, run on `prefect`.
1414-* A Tailscale tunnel from `marvin` to `prefect` which allows me to run services on `marvin` while having them be externally accessible.
1515-* Email services for my domains, also run on `prefect`, with all email data backed up hourly to `marvin`, ensuring data reliability.
1616-* Connections to the [DN42](https://dn42.us) network, run on `prefect`.
1919+2020+- Authoritative DNS for my domains, run on `prefect`.
2121+- A Tailscale tunnel from `marvin` to `prefect` which allows me to run services on `marvin` while having them be
2222+ externally accessible.
2323+- Email services for my domains, also run on `prefect`, with all email data backed up hourly to `marvin`, ensuring data
2424+ reliability.
2525+- Connections to the [DN42](https://dn42.us) network, run on `prefect`.
17261827I also run many typical homelab services, such as:
1919-* [Vaultwarden](https://github.com/danigarcia/vaultwarden) for passwords
2020-* [Jellyfin](https://jellyfin.org) for media
2121-* [Authentik](https://goauthentik.io) for central auth
2222-* And many more
2828+2929+- [Vaultwarden](https://github.com/danigarcia/vaultwarden) for passwords
3030+- [Jellyfin](https://jellyfin.org) for media
3131+- [Authentik](https://goauthentik.io) for central auth
3232+- And many more
23332434# Contact
2525-If you have any questions about any of the services I run, or would like to reach out, my contact info is on my profile [here](https://pyrox.dev)
3535+3636+If you have any questions about any of the services I run, or would like to reach out, my contact info is on my profile
3737+[here](https://pyrox.dev)
26382739# License
2828-Copyright (c) 2023 Pyrox and PyroNet. All rights reserved.
2929-This Source Code Form is subject to the terms of the Mozilla Public
3030-License, v. 2.0. If a copy of the MPL was not distributed with this
3131-file, You can obtain one at <http://mozilla.org/MPL/2.0/>.
4040+4141+Copyright (c) 2023 Pyrox and PyroNet. All rights reserved. This Source Code Form is subject to the terms of the Mozilla
4242+Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at
4343+<http://mozilla.org/MPL/2.0/>.