module(wp): no reason to believe www. exists
This commit is contained in:
parent
787694bd1d
commit
bd0d339409
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in lib.makeExtensible (self: {
|
|||
|
||||
description = "A Wordpress Site"; # Brief, one-line description or title
|
||||
tagline = "Deployed with Nixops";
|
||||
host = "www.${self.domain}";
|
||||
host = self.domain;
|
||||
adminEmail = "admin@${self.domain}";
|
||||
|
||||
siteUrl = "${if self.enableHttps then "https" else "http"}://${self.host}";
|
||||
|
|
Loading…
Reference in a new issue