aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/isabelle/aten_integration.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/isabelle/aten_integration.nix
parent41cce84a02652e22ad967c9f31669092eb3e7f0e (diff)
downloadNix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.gz
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.tar.zst
Nix-5315b439af1f72c3282549508ae58d86d66e38ec.zip
Remove duply-backup
Diffstat (limited to 'modules/private/websites/isabelle/aten_integration.nix')
-rw-r--r--modules/private/websites/isabelle/aten_integration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/private/websites/isabelle/aten_integration.nix b/modules/private/websites/isabelle/aten_integration.nix
index 288f20d..215038e 100644
--- a/modules/private/websites/isabelle/aten_integration.nix
+++ b/modules/private/websites/isabelle/aten_integration.nix
@@ -8,7 +8,6 @@ in {
8 options.myServices.websites.isabelle.aten_integration.enable = lib.mkEnableOption "enable Aten's website in integration"; 8 options.myServices.websites.isabelle.aten_integration.enable = lib.mkEnableOption "enable Aten's website in integration";
9 9
10 config = lib.mkIf cfg.enable { 10 config = lib.mkIf cfg.enable {
11 services.duplyBackup.profiles.isabelle_aten_integration.rootDir = app.varDir;
12 services.phpApplication.apps.isabelle_aten_integration = { 11 services.phpApplication.apps.isabelle_aten_integration = {
13 websiteEnv = "integration"; 12 websiteEnv = "integration";
14 httpdUser = config.services.httpd.Inte.user; 13 httpdUser = config.services.httpd.Inte.user;