docs: update readmes
This commit is contained in:
parent
c5fea8b61b
commit
f03f42eb74
3 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,6 @@ my different hosts, each with their own unique configurations and purposes.
|
||||||
Name | Description
|
Name | Description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
`hime` | portainer vm, hosting a ton of docker services
|
`hime` | portainer vm, hosting a ton of docker services
|
||||||
|
`sakura` | my WIP new main vm
|
||||||
`sutakku` | (currently) my *arr stack / seedbox vm
|
`sutakku` | (currently) my *arr stack / seedbox vm
|
||||||
`tsuki` | my main machine running hyprland
|
`tsuki` | my main machine running hyprland
|
|
@ -4,12 +4,14 @@ this directory hosts some common modules / services / security tweaks used on (m
|
||||||
|
|
||||||
name | description
|
name | description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
|
`services` | houses my oci containers
|
||||||
`default` | used for commonly shared modules
|
`default` | used for commonly shared modules
|
||||||
`fonts` | font handling
|
`fonts` | font handling
|
||||||
`greetd` | login manager
|
`greetd` | login manager
|
||||||
`networking` | common network configuration
|
`networking` | common network configuration
|
||||||
`nix` | common nix configuration
|
`nix` | common nix configuration
|
||||||
`security` | stolen from [hlissner](https://github.com/hlissner)
|
`security` | stolen from [hlissner](https://github.com/hlissner)
|
||||||
|
`sops` | configures sops-nix
|
||||||
`swayidle` | idle manager daemon
|
`swayidle` | idle manager daemon
|
||||||
`system.nix` | commonly shared system settings
|
`system.nix` | commonly shared system settings
|
||||||
`udevd` | fixes an issue when using `nixos-rebuild`, tracked [here](https://github.com/NixOS/nixpkgs/issues/180175)
|
`udevd` | fixes an issue when using `nixos-rebuild`, tracked [here](https://github.com/NixOS/nixpkgs/issues/180175)
|
|
@ -1,3 +1,3 @@
|
||||||
# :lock: secrets
|
# :lock: secrets
|
||||||
|
|
||||||
not in use yet, will host my encrypted secrets once i learn how to use either sops or agenix
|
houses my secrets, managed with (sops-nix)[https://github.com/Mic92/sops-nix]
|
Loading…
Reference in a new issue