module(wp): no reason to believe www. exists

This commit is contained in:
Raito Bezarius 2021-11-22 23:23:39 +01:00
parent 787694bd1d
commit bd0d339409

View file

@ -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}";