diff options
author | tdback <tyler@tdback.net> | 2025-03-05 20:21:35 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-03-05 20:21:35 -0500 |
commit | 88b90e6fb4354dd592a62a8713ee7ed405b781e8 (patch) | |
tree | 52993900258b2ff3d8cef0cdd5b579b47ee79709 | |
parent | 134264245ff8b1e6f0347b063b58821a938210f4 (diff) |
readme: update
-rw-r--r-- | README.md | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -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. |