rename blobercraft -> blob
This commit is contained in:
parent
c753407691
commit
d2e20817b4
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
in {
|
in {
|
||||||
# define all of my machines
|
# define all of my machines
|
||||||
nixosConfigurations = mkHosts {
|
nixosConfigurations = mkHosts {
|
||||||
blobercraft = [];
|
blob = [];
|
||||||
crayon = [];
|
crayon = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue