This commit is contained in:
parent
dd426a871d
commit
1404ca533d
3 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue