From 859c95706f3113b5889ad80c29e84bccc503443c Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 3 Jun 2023 23:04:36 -0400 Subject: [PATCH] docs: update readme --- README.md | 1 + hosts/README.md | 1 + hosts/default.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index bd4e77f..71dc9ee 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/hosts/README.md b/hosts/README.md index 42b9030..0e7c81b 100644 --- a/hosts/README.md +++ b/hosts/README.md @@ -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 diff --git a/hosts/default.nix b/hosts/default.nix index a26789c..db5273c 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -75,6 +75,7 @@ in { inherit system; specialArgs = {inherit inputs;}; modules = [ + ./yuki sopsModule diskoModule hmModule