nginx: Make VM testing easier by binding virtualHosts to localhost
This commit is contained in:
parent
b8bf3bd3a2
commit
5f8899d542
3 changed files with 18 additions and 5 deletions
modules
|
@ -1,5 +1,12 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
imports = [ ./virtualisation/pods.nix ];
|
||||
|
||||
options.services.nginx.domain = mkOption {
|
||||
type = types.str;
|
||||
description = "The base domain name to append to virtual domain names";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue