aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/richie/production.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/richie/production.nix')
-rw-r--r--modules/private/websites/richie/production.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/websites/richie/production.nix b/modules/private/websites/richie/production.nix
index a6957af..2d85175 100644
--- a/modules/private/websites/richie/production.nix
+++ b/modules/private/websites/richie/production.nix
@@ -26,6 +26,7 @@ in
26 options.myServices.websites.richie.production.enable = lib.mkEnableOption "enable Richie's website"; 26 options.myServices.websites.richie.production.enable = lib.mkEnableOption "enable Richie's website";
27 config = lib.mkIf cfg.enable { 27 config = lib.mkIf cfg.enable {
28 services.duplyBackup.profiles.richie_production.rootDir = vardir; 28 services.duplyBackup.profiles.richie_production.rootDir = vardir;
29 services.duplyBackup.profiles.richie_production.remotes = ["eriomem" "ovh"];
29 services.webstats.sites = [ { name = "europe-richie.org"; } ]; 30 services.webstats.sites = [ { name = "europe-richie.org"; } ];
30 31
31 secrets.keys = [{ 32 secrets.keys = [{