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.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/private/websites/richie/production.nix b/modules/private/websites/richie/production.nix
index e95df30..a548cff 100644
--- a/modules/private/websites/richie/production.nix
+++ b/modules/private/websites/richie/production.nix
@@ -24,8 +24,6 @@ in
24{ 24{
25 options.myServices.websites.richie.production.enable = lib.mkEnableOption "enable Richie's website"; 25 options.myServices.websites.richie.production.enable = lib.mkEnableOption "enable Richie's website";
26 config = lib.mkIf cfg.enable { 26 config = lib.mkIf cfg.enable {
27 services.duplyBackup.profiles.richie_production.rootDir = vardir;
28 services.duplyBackup.profiles.richie_production.remotes = ["eriomem" "ovh"];
29 services.webstats.sites = [ { name = "europe-richie.org"; } ]; 27 services.webstats.sites = [ { name = "europe-richie.org"; } ];
30 28
31 secrets.keys."websites/richie/production" = { 29 secrets.keys."websites/richie/production" = {