diff --git a/README.md b/README.md index 978ec23..cbb8746 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ + :package: [pkgs](pkgs) + :lock: [secrets](secrets) +## :spiral_notepad: Features + ++ multi-config repo, with configs for servers, laptop, and desktop ++ multi-system home-manager setup ++ secrets provisioning with [sops-nix](https://github.com/Mic92/sops-nix) ++ multiple fully declarative self hosted services (and some containerized ones, with a docker backend) ++ wayland configs for hyprland and river ++ custom packages not found in nixpkgs + ## :busts_in_silhouette: Credit #### people who've inspired me to dive into nix, and i've stolen stuff from (you guys are awesome!) + [fufexan](https://github.com/fufexan) - a ton of home manager, hyprland stuff, and some gh workflows diff --git a/hosts/README.md b/hosts/README.md index d5b8968..5188a00 100644 --- a/hosts/README.md +++ b/hosts/README.md @@ -7,7 +7,7 @@ Name | Description `ame` | T480 laptop, mainly used for experimenting atm `arashi` | postgres / redis vm `kariru` | *arr stack / seedbox vm -`sakura` | WIP new main vm +`sakura` | main vm, hosting most internet connected services `sora` | hetzner vps `tsuki` | main machine running hyprland `yuki` | my old proxmox machine, now running pure nix diff --git a/pkgs/README.md b/pkgs/README.md index a686f99..9ce6a47 100644 --- a/pkgs/README.md +++ b/pkgs/README.md @@ -5,4 +5,4 @@ this directory hosts derivations of packages not found in nixpkgs, and overrides name | description --------------- | ----------- `chatterino7` | [7tv fork](https://github.com/SevenTV/chatterino7) of chatterino2, a chat client for twitch.tv -`rustypaste-cli`| cli tool for [rustypaste](https://github.com/orhun/rustypaste) +`jellyfin-rpc`| discord rpc program for jellyfin [jellyfin-rpc](https://github.com/Radiicall/jellyfin-rpc)