rename blobercraft -> blob

This commit is contained in:
Squibid 2025-11-26 14:25:01 -05:00
parent c753407691
commit d2e20817b4
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ That's it, have fun poking around.
## Systems ## Systems
I suppose if you're trying to understand my config you'd need to know where I suppose if you're trying to understand my config you'd need to know where
this stuff is deployed and what for. this stuff is deployed and what for.
- blobercraft - blob
- This is my main homelab server. It's used for my media (jellyfin) along - This is my main homelab server. It's used for my media (jellyfin) along
with some other stuff that you can find by looking at my config. with some other stuff that you can find by looking at my config.
- crayon - crayon
@ -33,7 +33,7 @@ I'll probably end up switching to something more standard once I've got the
time. time.
## TODO: ## TODO:
- [ ] blobercraft - [ ] blob
- [ ] add a git backup for everything on crayon (if possible) - [ ] add a git backup for everything on crayon (if possible)
- [ ] ff sync server - [ ] ff sync server
- [ ] crayon - [ ] crayon

View file

@ -71,7 +71,7 @@
in { in {
# define all of my machines # define all of my machines
nixosConfigurations = mkHosts { nixosConfigurations = mkHosts {
blobercraft = []; blob = [];
crayon = []; crayon = [];
}; };