refactor: change file structure to use modules dir #41

Merged
b12f merged 1 commit from refactor/file-structure into main 2023-11-06 12:11:46 +00:00
Owner

This commit changes the file structure around, so that we have the
following parts:

/modules contains reusable logic blocks for hosts.
/hosts contains host configurations.
/lib contains nix library functions.
/overlays contains overlay files.
/public-keys contains all information regarding public keys.

This change reduces the complexity of flake.nix, instead delegating this
out to the default.nix files in the above directories.

This commit changes the file structure around, so that we have the following parts: `/modules` contains reusable logic blocks for hosts. `/hosts` contains host configurations. `/lib` contains nix library functions. `/overlays` contains overlay files. `/public-keys` contains all information regarding public keys. This change reduces the complexity of flake.nix, instead delegating this out to the `default.nix` files in the above directories.
b12f added 1 commit 2023-10-30 14:58:01 +00:00
This commit changes the file structure around, so that we have the
following parts:

`/modules` contains reusable logic blocks for hosts.
`/hosts` contains host configurations.
`/lib` contains nix library functions.
`/overlays` contains overlay files.
`/public-keys` contains all information regarding public keys.

This change reduces the complexity of flake.nix, instead delegating this
out to the `default.nix` files in the above directories.
teutat3s approved these changes 2023-11-04 11:44:56 +00:00
b12f force-pushed refactor/file-structure from c7da04f64b to a11da412d7 2023-11-05 12:46:43 +00:00 Compare
b12f force-pushed refactor/file-structure from a11da412d7 to e8ad662631 2023-11-06 12:11:40 +00:00 Compare
b12f merged commit 62e1e0cddc into main 2023-11-06 12:11:46 +00:00
b12f deleted branch refactor/file-structure 2023-11-06 12:11:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#41
No description provided.