nixpkgs/nixos/tests/common
Lucas Savva 377c6bcefc
nixos/acme: Add defaults and inheritDefaults option
Allows configuring many default settings for certificates,
all of which can still be overridden on a per-cert basis.
Some options have been moved into .defaults from security.acme,
namely email, server, validMinDays and renewInterval. These
changes will not break existing configurations thanks to
mkChangedOptionModule.

With this, it is also now possible to configure DNS-01 with
web servers whose virtualHosts utilise enableACME. The only
requirement is you set `acmeRoot = null` for each vhost.

The test suite has been revamped to cover these additions
and also to generally make it easier to maintain. Test config
for apache and nginx has been fully standardised, and it
is now much easier to add a new web server if it follows
the same configuration patterns as those two. I have also
optimised the use of switch-to-configuration which should
speed up testing.
2021-12-26 16:44:10 +00:00
..
acme nixos/acme: Add defaults and inheritDefaults option 2021-12-26 16:44:10 +00:00
webroot
auto.nix nixos/displayManager: make autoLogin options independent of DM type 2020-07-09 21:15:35 -04:00
ec2.nix nixos/test: some test fixes in succession of #125992 2021-08-20 14:36:52 -05:00
resolver.nix nixos/tests/acme: use *.test domains 2020-04-18 05:15:47 +01:00
user-account.nix
wayland-cage.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
x11.nix