You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
I try to keep a somewhat sane structure:
4
4
5
5
-[machines](./machines/): specific configurations for each machine, usually paired with a hardware configuration. This wil mostly import configurations from other files.
6
-
-[modules](./modules/): modules which are
7
-
-[services](./services/): specific services which are be cherry picked for each machine.
6
+
-[modules](./modules/): reusable configurations that can be shared between machines.
8
7
-[secrets](./secrets/): configuration files not meant to be world-readable on the machine.
8
+
-[packages](./packages/): package declarations that aren't worth upstreaming
0 commit comments