mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 14:14:57 +02:00
updated README.md with a todo
This commit is contained in:
parent
1b598fb694
commit
76658839c2
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -4,7 +4,7 @@ This repo hosts all my dotfiles. It includes two desktop config, one (terrible)
|
|||
|
||||
| name | description |
|
||||
| ----------- | ------------------------------------------------- |
|
||||
| `goober` | my main desktop config. Intel 9th gen + 1660 GPU. |
|
||||
| `goober` | my main desktop config. Intel 9th gen + 1660 GPU. Packs up games, VM and programming stuff |
|
||||
| `workspace` | my config for professional workspaces. |
|
||||
| `sisyphe` | proxmox server vm |
|
||||
| `labouse` | ASUS X75s (laptop) nix config. Highly experimental, as this is old hardware! |
|
||||
|
@ -12,6 +12,9 @@ This repo hosts all my dotfiles. It includes two desktop config, one (terrible)
|
|||
|
||||
`diva`, `strawberry` are WIP. Supposed to be two servers config.
|
||||
|
||||
- `diva` should be the replacement to my Debian VM who's running Bluesky PDS, and my global reverse proxy i'm running
|
||||
- `strawberry` is a config for a NAS i'm planning to build.
|
||||
|
||||
`packages` also comes with some packages bundling i made for various software i use (and too shy to put in nixpkgs).
|
||||
|
||||
# Installation
|
||||
|
@ -24,3 +27,9 @@ git clone <repo-url>
|
|||
# replace goober by whatever config interests you
|
||||
sudo nixos-rebuild switch --flake .#goober
|
||||
```
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] Do a proper backup strategy on my server VMs
|
||||
- [ ] Set a proper log monitoring service
|
||||
- [ ] make the home manager config properly standalone, for the non nix machines. allows to have a quick environment tailored to my preferences wherever i am
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue