diff options
Diffstat (limited to 'nixops/modules/websites/connexionswing')
-rw-r--r-- | nixops/modules/websites/connexionswing/default.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/nixops/modules/websites/connexionswing/default.nix b/nixops/modules/websites/connexionswing/default.nix index 37426dd..773c8de 100644 --- a/nixops/modules/websites/connexionswing/default.nix +++ b/nixops/modules/websites/connexionswing/default.nix | |||
@@ -19,17 +19,10 @@ in { | |||
19 | }; | 19 | }; |
20 | }; | 20 | }; |
21 | 21 | ||
22 | imports = [ | ||
23 | ../commons/stats.nix | ||
24 | ]; | ||
25 | |||
26 | config = lib.mkMerge [ | 22 | config = lib.mkMerge [ |
27 | (lib.mkIf cfg.production.enable { | 23 | (lib.mkIf cfg.production.enable { |
28 | secrets.keys = connexionswing_prod.keys; | 24 | secrets.keys = connexionswing_prod.keys; |
29 | services.myWebsites.commons.stats.enable = true; | 25 | services.webstats.sites = [ { name = "connexionswing.com"; } ]; |
30 | services.myWebsites.commons.stats.sites = [ | ||
31 | { name = "connexionswing.com"; } | ||
32 | ]; | ||
33 | 26 | ||
34 | security.acme.certs."connexionswing" = config.services.myCertificates.certConfig // { | 27 | security.acme.certs."connexionswing" = config.services.myCertificates.certConfig // { |
35 | domain = "connexionswing.com"; | 28 | domain = "connexionswing.com"; |