diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 37c03ee..0eec387 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -70,6 +70,11 @@ enableACME = true; acmeRoot = null; }; + virtualHosts."dummy.roypository.com" = { + forceSSL = true; + enableACME = true; + acmeRoot = null; + }; }; # Declare test service manually