services: s/= "${domain}"/= domain
This commit is contained in:
parent
aa558745f9
commit
d23423b92c
11 changed files with 16 additions and 16 deletions
|
|
@ -21,7 +21,7 @@ let
|
|||
makeVirtualHost = with lib.attrsets;
|
||||
name: root: nameValuePair "${name}" {
|
||||
forceSSL = true;
|
||||
useACMEHost = "${domain}";
|
||||
useACMEHost = domain;
|
||||
inherit root;
|
||||
# Make my blog the default landing site
|
||||
default = (name == domain);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue