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)
|
- :wind_chime: [kariru](hosts/kariru)
|
||||||
- :cherry_blossom: [sakura](hosts/sakura)
|
- :cherry_blossom: [sakura](hosts/sakura)
|
||||||
- :full_moon: [tsuki](hosts/tsuki)
|
- :full_moon: [tsuki](hosts/tsuki)
|
||||||
|
- :snowflake: [yuki](hosts/yuki)
|
||||||
+ :electric_plug: [modules](modules)
|
+ :electric_plug: [modules](modules)
|
||||||
+ :package: [pkgs](pkgs)
|
+ :package: [pkgs](pkgs)
|
||||||
+ :lock: [secrets](secrets)
|
+ :lock: [secrets](secrets)
|
||||||
|
|
|
@ -7,5 +7,6 @@ Name | Description
|
||||||
`kariru` | *arr stack / seedbox vm
|
`kariru` | *arr stack / seedbox vm
|
||||||
`sakura` | WIP new main vm
|
`sakura` | WIP new main vm
|
||||||
`tsuki` | main machine running hyprland
|
`tsuki` | main machine running hyprland
|
||||||
|
`yuki` | my old proxmox machine, now running pure nix
|
||||||
`default` | defines `nixosConfigurations`
|
`default` | defines `nixosConfigurations`
|
||||||
`deploy` | defines deployment nodes for deploy-rs
|
`deploy` | defines deployment nodes for deploy-rs
|
||||||
|
|
|
@ -75,6 +75,7 @@ in {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
|
./yuki
|
||||||
sopsModule
|
sopsModule
|
||||||
diskoModule
|
diskoModule
|
||||||
hmModule
|
hmModule
|
||||||
|
|
Loading…
Reference in a new issue