refactor: change file structure to use modules dir #41
No reviewers
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#41
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/file-structure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.c7da04f64b
toa11da412d7
a11da412d7
toe8ad662631