snowflake/modules/README.md

18 lines
759 B
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.
name | description
--------------- | -----------
`prometheus` | has default prometheus config for all hosts, along with exporters for select hosts
2023-04-02 11:45:38 -04:00
`default` | used for commonly shared modules
2023-04-02 11:44:23 -04:00
`fonts` | font handling
2023-04-22 03:21:08 -04:00
`nix` | common nix configuration
2023-05-18 07:54:04 -04:00
`openssh` | configures openssh options
2023-04-02 11:44:23 -04:00
`security` | stolen from [hlissner](https://github.com/hlissner)
2023-05-14 06:05:40 -04:00
`sops` | configures sops-nix
2023-05-25 14:08:56 -04:00
`system` | commonly shared system settings
2023-10-19 18:04:30 -04:00
`time` | force sets the time on all systems
2023-05-25 14:08:56 -04:00
`users` | defines all hosts users & groups
2023-12-05 19:44:18 -05:00
`virtualisation`| basic docker configuration