nixosConfiguration testing - show me your flakes!

Hi there,

I am currently playing with testing (as in pkgs.testers.runNixOSTest) a nixosConfiguration in my flake before I go out and rent the actual VPS I want to deploy to.

So I figured, why not ask the community to show me their testing setups :laughing: So show me your flakes where you test your nixosConfigurations.

Services I am particularly interested in (but of course all are welcome):

  • cgit
  • simple-nixos-mailserver / public-inbox
  • nginx with a static website
  • fail2ban-ui (if someone has a setup, I think it is not yet in nixpkgs)

I test for stuff like “is the expected site reachable under that URL” and “can I send emails and do they appear in the public-inbox as expected” for example, especially with anubis in between :laughing:

I am curious what you can show me