diff --git a/hosts/README.md b/hosts/README.md index d914f20..8c65c98 100644 --- a/hosts/README.md +++ b/hosts/README.md @@ -5,5 +5,6 @@ my different hosts, each with their own unique configurations and purposes. Name | Description --------------- | ----------- `hime` | portainer vm, hosting a ton of docker services +`sakura` | my WIP new main vm `sutakku` | (currently) my *arr stack / seedbox vm `tsuki` | my main machine running hyprland \ No newline at end of file diff --git a/modules/README.md b/modules/README.md index a34d6f4..32385c3 100644 --- a/modules/README.md +++ b/modules/README.md @@ -4,12 +4,14 @@ this directory hosts some common modules / services / security tweaks used on (m name | description --------------- | ----------- +`services` | houses my oci containers `default` | used for commonly shared modules `fonts` | font handling `greetd` | login manager `networking` | common network configuration `nix` | common nix configuration `security` | stolen from [hlissner](https://github.com/hlissner) +`sops` | configures sops-nix `swayidle` | idle manager daemon `system.nix` | commonly shared system settings `udevd` | fixes an issue when using `nixos-rebuild`, tracked [here](https://github.com/NixOS/nixpkgs/issues/180175) \ No newline at end of file diff --git a/secrets/README.md b/secrets/README.md index b648f48..aa67b87 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -1,3 +1,3 @@ # :lock: secrets -not in use yet, will host my encrypted secrets once i learn how to use either sops or agenix \ No newline at end of file +houses my secrets, managed with (sops-nix)[https://github.com/Mic92/sops-nix] \ No newline at end of file