summaryrefslogtreecommitdiff
path: root/modules/xnet/net/sshd.nix
Commit message (Collapse)AuthorAge
* automate project structureKleidi Bujari2025-04-02
|
* Push configuration out of flakeKleidi Bujari2024-12-17
| | | | | | | | | | Projects are not necessarily all exported by the system flake, and should freely support other derivations. The new "mod" directory will be used for most projects, and it can be imported by machine configurations. That said, the tooling around flakes is pretty good and will still be used until the dependency is lessened.
* Cleanup xnet module and add baseline modulesKleidi Bujari2024-12-01
With these changes, the xnet module is useable as a system builder. At this point, it is still undecided whether all configuration will be generalized into this module, rather than keeping mini-modules local to the machine they will run on.