Restructure nixos codebase to be more testable #141
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
A long standing wish from several members is that it would be nice if we could stop testing in prod (of which I'm apparently a big offender :)). Let's restructure our nixos config, so that we easily can test our machines with local domains, local IP addresses, self-signed certs, and whatever else needs to be different in order to test them interactively in virtual machines or something. Or maybe we could make room for test instances of our machines? Either way, the code needs some drastic changes.