about summary refs log tree commit diff
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorTaeer Bar-Yam <taeer@bar-yam.me>2022-02-16 16:58:20 -0500
committerTaeer Bar-Yam <taeer@bar-yam.me>2022-02-23 10:41:28 -0500
commit00e74ad907f9e9c57be90bf3983d2f7ea7442b56 (patch)
tree5fc4c951ce866d921bc44428ce58d9ceec91d045 /nixos/modules/services/development
parent4d38b6460f564bd69586fe5c1bdead99310f31cd (diff)
minor changes
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/zammad.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/development/zammad.nix b/nixos/modules/services/development/zammad.nix
index 245e3eea5dfd8..13516f1543613 100644
--- a/nixos/modules/services/development/zammad.nix
+++ b/nixos/modules/services/development/zammad.nix
@@ -248,15 +248,15 @@ in
       wantedBy = [ "multi-user.target" ];
       preStart = ''
         # Blindly copy the whole project here.
-        chmod -R u+w .
+        chmod -R +w .
         rm -rf ./public/assets/*
         rm -rf ./tmp/*
         rm -rf ./log/*
         cp -r --no-preserve=owner ${cfg.package}/* .
-        chmod -R u+w .
+        chmod -R +w .
         # config file
         cp ${databaseConfig} ./config/database.yml
-        chmod -R u+w .
+        chmod -R +w .
         ${optionalString (cfg.database.passwordFile != null) ''
         {
           echo -n "  password: "