diff --git a/README.md b/README.md index 39094d6..c9939ae 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ That's it, have fun poking around. ## Systems I suppose if you're trying to understand my config you'd need to know where this stuff is deployed and what for. -- blobercraft +- blob - 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. - crayon @@ -33,7 +33,7 @@ I'll probably end up switching to something more standard once I've got the time. ## TODO: -- [ ] blobercraft +- [ ] blob - [ ] add a git backup for everything on crayon (if possible) - [ ] ff sync server - [ ] crayon diff --git a/flake.nix b/flake.nix index 7970c61..1f46b96 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ in { # define all of my machines nixosConfigurations = mkHosts { - blobercraft = []; + blob = []; crayon = []; };