diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-22 20:55:31 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-23 01:45:07 +0200 |
commit | 5315b439af1f72c3282549508ae58d86d66e38ec (patch) | |
tree | 649e191a57f97635f4c941a4cade04074a6d96f4 /modules/private/websites/ludivine | |
parent | 41cce84a02652e22ad967c9f31669092eb3e7f0e (diff) | |
download | Nix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.gz Nix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.zst Nix-5315b439af1f72c3282549508ae58d86d66e38ec.zip |
Remove duply-backup
Diffstat (limited to 'modules/private/websites/ludivine')
-rw-r--r-- | modules/private/websites/ludivine/integration.nix | 1 | ||||
-rw-r--r-- | modules/private/websites/ludivine/production.nix | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/modules/private/websites/ludivine/integration.nix b/modules/private/websites/ludivine/integration.nix index d04295d..c0cbbef 100644 --- a/modules/private/websites/ludivine/integration.nix +++ b/modules/private/websites/ludivine/integration.nix | |||
@@ -8,7 +8,6 @@ in { | |||
8 | options.myServices.websites.ludivine.integration.enable = lib.mkEnableOption "enable Ludivine's website in integration"; | 8 | options.myServices.websites.ludivine.integration.enable = lib.mkEnableOption "enable Ludivine's website in integration"; |
9 | 9 | ||
10 | config = lib.mkIf cfg.enable { | 10 | config = lib.mkIf cfg.enable { |
11 | services.duplyBackup.profiles.ludivine_integration.rootDir = app.varDir; | ||
12 | services.phpApplication.apps.ludivine_integration = { | 11 | services.phpApplication.apps.ludivine_integration = { |
13 | websiteEnv = "integration"; | 12 | websiteEnv = "integration"; |
14 | httpdUser = config.services.httpd.Inte.user; | 13 | httpdUser = config.services.httpd.Inte.user; |
diff --git a/modules/private/websites/ludivine/production.nix b/modules/private/websites/ludivine/production.nix index 09bb3dc..7a18b88 100644 --- a/modules/private/websites/ludivine/production.nix +++ b/modules/private/websites/ludivine/production.nix | |||
@@ -13,8 +13,6 @@ in { | |||
13 | options.myServices.websites.ludivine.production.enable = lib.mkEnableOption "enable Ludivine's website in production"; | 13 | options.myServices.websites.ludivine.production.enable = lib.mkEnableOption "enable Ludivine's website in production"; |
14 | 14 | ||
15 | config = lib.mkIf cfg.enable { | 15 | config = lib.mkIf cfg.enable { |
16 | services.duplyBackup.profiles.ludivine_production.rootDir = app.varDir; | ||
17 | services.duplyBackup.profiles.ludivine_production.remotes = ["eriomem" "ovh"]; | ||
18 | services.webstats.sites = [ { name = "ludivinecassal.com"; } ]; | 16 | services.webstats.sites = [ { name = "ludivinecassal.com"; } ]; |
19 | services.phpApplication.apps.ludivine_production = { | 17 | services.phpApplication.apps.ludivine_production = { |
20 | websiteEnv = "production"; | 18 | websiteEnv = "production"; |