aboutsummaryrefslogtreecommitdiffstats
path: root/system/default.nix (unfollow)
Commit message (Collapse)Author
2023-07-08Feat(flake): Add agenix moduleSoispha
2023-07-07Refactor(system/impermanence): Move to own directorySoispha
2023-07-07Refactor(system/impermanence): Move to own directorySoispha
2023-07-05Feat(system/disks): Add diskoSoispha
2023-07-03Refactor(system/services/mail): Move mail to services as it's oneSoispha
2023-07-03Fix(system): Import everythingSoispha
2023-03-19Refactor(system/hardware): Move hardware to hostene
The hardware settings are (somewhat) host specific, and putting them in `system` just builds the wrong expectations.
2023-03-18Refactor: Use better file layoutene
2023-02-05Feat: Use default.nixene
2023-02-05Fix: correct host name and convenience changesene
We used the domain name instead of the host name, which obviously doesn't work for multiple host. In addition to that I changed some directory to make importing easier and enabled the "nix-command" and "flakes" experimental options, to make the `nix flake check` command usable. Refs: #15