docs: update readme
This commit is contained in:
parent
9e5b722097
commit
859c95706f
3 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
- :wind_chime: [kariru](hosts/kariru)
|
||||
- :cherry_blossom: [sakura](hosts/sakura)
|
||||
- :full_moon: [tsuki](hosts/tsuki)
|
||||
- :snowflake: [yuki](hosts/yuki)
|
||||
+ :electric_plug: [modules](modules)
|
||||
+ :package: [pkgs](pkgs)
|
||||
+ :lock: [secrets](secrets)
|
||||
|
|
|
@ -7,5 +7,6 @@ Name | Description
|
|||
`kariru` | *arr stack / seedbox vm
|
||||
`sakura` | WIP new main vm
|
||||
`tsuki` | main machine running hyprland
|
||||
`yuki` | my old proxmox machine, now running pure nix
|
||||
`default` | defines `nixosConfigurations`
|
||||
`deploy` | defines deployment nodes for deploy-rs
|
||||
|
|
|
@ -75,6 +75,7 @@ in {
|
|||
inherit system;
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./yuki
|
||||
sopsModule
|
||||
diskoModule
|
||||
hmModule
|
||||
|
|
Loading…
Reference in a new issue