diff options
-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. |