snowflake/modules/README.md

18 lines
1.5 KiB
Markdown
Raw Normal View History

2023-05-01 03:29:02 -04:00
# :electric_plug: modules
2023-04-02 11:44:23 -04:00
this directory hosts some common modules / services / security tweaks used on (most) hosts.
2024-02-01 17:31:35 -05:00
| name | description |
| ---------------- | ---------------------------------------------------------------------------------- |
| `prometheus` | has default prometheus config for all hosts, along with exporters for select hosts |
| `default` | used for commonly shared modules |
| `fonts` | font handling |
| `nix` | common nix configuration |
| `openssh` | configures openssh options |
| `security` | stolen from [hlissner](https://github.com/hlissner) |
| `sops` | configures sops-nix |
| `system` | commonly shared system settings |
| `time` | force sets the time on all systems |
| `users` | defines all hosts users & groups |
| `virtualisation` | basic docker configuration |