aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/piedsjaloux/production.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-22 20:55:31 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-10-23 01:45:07 +0200
commit5315b439af1f72c3282549508ae58d86d66e38ec (patch)
tree649e191a57f97635f4c941a4cade04074a6d96f4 /modules/private/websites/piedsjaloux/production.nix
parent41cce84a02652e22ad967c9f31669092eb3e7f0e (diff)
downloadNix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.gz
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.zst
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.zip
Remove duply-backup
Diffstat (limited to 'modules/private/websites/piedsjaloux/production.nix')
-rw-r--r--modules/private/websites/piedsjaloux/production.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/private/websites/piedsjaloux/production.nix b/modules/private/websites/piedsjaloux/production.nix
index 118846d..422c7f0 100644
--- a/modules/private/websites/piedsjaloux/production.nix
+++ b/modules/private/websites/piedsjaloux/production.nix
@@ -14,8 +14,6 @@ in {
14 options.myServices.websites.piedsjaloux.production.enable = lib.mkEnableOption "enable PiedsJaloux's website in production"; 14 options.myServices.websites.piedsjaloux.production.enable = lib.mkEnableOption "enable PiedsJaloux's website in production";
15 15
16 config = lib.mkIf cfg.enable { 16 config = lib.mkIf cfg.enable {
17 services.duplyBackup.profiles.piedsjaloux_production.rootDir = app.varDir;
18 services.duplyBackup.profiles.piedsjaloux_production.remotes = ["eriomem" "ovh"];
19 services.webstats.sites = [ { name = "piedsjaloux.fr"; } ]; 17 services.webstats.sites = [ { name = "piedsjaloux.fr"; } ];
20 services.phpApplication.apps.piedsjaloux_production = { 18 services.phpApplication.apps.piedsjaloux_production = {
21 websiteEnv = "production"; 19 websiteEnv = "production";