mochi/README.md

32 lines
917 B
Markdown
Raw Normal View History

2024-06-20 08:59:56 -05:00
# jahanson's homelab
## Goals
2025-02-25 13:03:32 -06:00
- [ ] Learn nix
- [ ] Services I want to separate from my kubernetes cluster I will use Nix.
- [ ] Approval-based update automation for flakes.
- [ ] Expand usage to other shell environments such as WSL, etc
- [ ] keep it simple, use trusted boring tools
2024-06-20 08:59:56 -05:00
## TODO
2025-02-25 13:03:32 -06:00
- [x] Forgejo Actions
- [ ] Bring over hosts
- [x] Varda (forgejo)
- [x] Thinkpad T470
- [x] Legion 15 AMD/Nvidia
- [x] Telperion (network services)
- [ ] Gandalf (NixNAS)
2024-06-20 08:59:56 -05:00
## Links & References
2025-02-25 13:03:32 -06:00
- [truxnell/dotfiles](https://github.com//truxnell/nix-config/)
- [billimek/dotfiles](https://github.com/billimek/dotfiles/)
## Upgrading the borgmatic template for reference
```sh
borgmatic config generate --source nixos/hosts/shadowfax/config/borgmatic/borgmatic-template.yaml --destination nixos/hosts/shadowfax/config/borgmatic/borgmatic-t
emplate.yaml --overwrite
```