aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b845b7..6440b18 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,18 @@
# Flake Layout
- `hosts/`
- `frigg/` - my git and SFTP server.
- - `heimdall/` - my DNS server and SearXNG host.
+ - `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 responsible for hosting my fediverse server,
- website, and handling delegation to my matrix server.
+ - `thor/` - my "social" server. Hosts my fediverse server, website, and
+ handles delegation to my matrix server.
- `woodpecker/` - my desktop.
- `modules/`
- `containers/` - podman/docker container configurations.
- `customs/` - custom modules or overrides for existing modules in nixpkgs.
- `profiles/` - configurations intended to be imported into a given system.
- - `retired/` - modules or configurations I don't use anymore, but want to
- keep around for reference.
- `scripts/` - custom shell scripts wrapped in nix (primarily for servers).
- `services/` - service/daemon configurations.
- `users/` - default user configuration for my systems.