aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-03-05 20:21:35 -0500
committertdback <tyler@tdback.net>2025-03-05 20:21:35 -0500
commit88b90e6fb4354dd592a62a8713ee7ed405b781e8 (patch)
tree52993900258b2ff3d8cef0cdd5b579b47ee79709
parent134264245ff8b1e6f0347b063b58821a938210f4 (diff)
readme: update
-rw-r--r--README.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/README.md b/README.md
index 3ded881..52344c6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,13 @@
# Flake Layout
- `hosts/`
- - `frigg/` - my git and SFTP server.
- - `heimdall/` - my DNS and SearXNG server.
- - `loki/` - my matrix and coturn server.
- - `odin/` - my media server and makeshift NAS. Media is stored in a RAID-Z2
- ZFS pool for redundancy, with a caching drive for increased read performance.
- - `sparrow/` - my laptop.
- - `thor/` - my "social" server. Hosts my fediverse server, website, and
- handles delegation to my matrix server.
- - `woodpecker/` - my desktop.
+ - `frigg/` - git and SFTP server.
+ - `heimdall/` - DNS and SearXNG server.
+ - `loki/` - matrix and coturn server.
+ - `odin/` - the "frankenNAS". Stores and serves media.
+ - `sol/` - public games server for playing with friends.
+ - `sparrow/` - laptop.
+ - `thor/` - fediverse server, web server, and handles delegation to the matrix server.
+ - `woodpecker/` - desktop.
- `modules/`
- `containers/` - podman/docker container configurations.
- `customs/` - overrides for existing modules in nixpkgs.
@@ -16,7 +15,5 @@
- `scripts/` - custom shell scripts wrapped in nix (primarily for servers).
- `services/` - service/daemon configurations.
- `users/` - default user configuration for my systems.
-- `secrets/` - [age](https://github.com/FiloSottile/age) encrypted secrets, via
- [agenix](https://github.com/ryantm/agenix)
-- `users/` - [home-manager](https://github.com/nix-community/home-manager)
- configuration per user.
+- `secrets/` - [age](https://github.com/FiloSottile/age) encrypted secrets, via [agenix](https://github.com/ryantm/agenix)
+- `users/` - [home-manager](https://github.com/nix-community/home-manager) configuration per user.