snowflake/modules/README.md

18 lines
721 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
--------------- | -----------
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
`greetd` | login manager
`networking` | common network configuration
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-04-02 11:44:23 -04:00
`swayidle` | idle manager daemon
2023-05-25 14:08:56 -04:00
`system` | commonly shared system settings
`users` | defines all hosts users & groups
2023-05-14 06:07:49 -04:00
`virtualisation`| basic docker configuration