aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/florian
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-02 22:53:54 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-02 22:53:54 +0200
commit9f66adf4372a3b1c859dc053489f727aa360077e (patch)
tree1f1333f2fe59f5e77a6737c42dcd379f9c587a5c /modules/private/websites/florian
parent1594c8da6fbb4ffa09ab970fb887cea61c572f60 (diff)
downloadNix-9f66adf4372a3b1c859dc053489f727aa360077e.tar.gz
Nix-9f66adf4372a3b1c859dc053489f727aa360077e.tar.zst
Nix-9f66adf4372a3b1c859dc053489f727aa360077e.zip
Move integration php applications to dedicated module
Diffstat (limited to 'modules/private/websites/florian')
-rw-r--r--modules/private/websites/florian/app.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/websites/florian/app.nix b/modules/private/websites/florian/app.nix
index 5ce073a..3f44ec4 100644
--- a/modules/private/websites/florian/app.nix
+++ b/modules/private/websites/florian/app.nix
@@ -41,7 +41,7 @@ in {
41 { 41 {
42 dest = "webapps/${app.environment}-tellesflorian-passwords"; 42 dest = "webapps/${app.environment}-tellesflorian-passwords";
43 user = config.services.httpd.Inte.user; 43 user = config.services.httpd.Inte.user;
44 group = config.services.httpd.Inte.user; 44 group = config.services.httpd.Inte.group;
45 permissions = "0400"; 45 permissions = "0400";
46 text = '' 46 text = ''
47 invite:${secrets.invite_passwords} 47 invite:${secrets.invite_passwords}
@@ -50,7 +50,7 @@ in {
50 { 50 {
51 dest = "webapps/${app.environment}-tellesflorian"; 51 dest = "webapps/${app.environment}-tellesflorian";
52 user = config.services.httpd.Inte.user; 52 user = config.services.httpd.Inte.user;
53 group = config.services.httpd.Inte.user; 53 group = config.services.httpd.Inte.group;
54 permissions = "0400"; 54 permissions = "0400";
55 text = '' 55 text = ''
56 # This file is auto-generated during the composer install 56 # This file is auto-generated during the composer install