summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/mattermost.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2017-11-05 12:57:02 -0800
committerRyan Mulligan <ryan@ryantm.com>2017-11-05 13:53:50 -0800
commite8c83704257f52e53e982fa8f577ba3f93520270 (patch)
tree70fed2e8518d863aded6e631d242d1a9952fde9d /nixos/modules/services/web-apps/mattermost.nix
parenta140a490d938646b35cea5a90c5182f1ea743e1f (diff)
downloadnixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar.gz
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar.bz2
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar.lz
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar.xz
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.tar.zst
nixpkgs-e8c83704257f52e53e982fa8f577ba3f93520270.zip
nixos/mattermost: fix for webapp being renamed to client
Diffstat (limited to 'nixos/modules/services/web-apps/mattermost.nix')
-rw-r--r--nixos/modules/services/web-apps/mattermost.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mattermost.nix b/nixos/modules/services/web-apps/mattermost.nix
index 0b637e3991b..be74a2b1955 100644
--- a/nixos/modules/services/web-apps/mattermost.nix
+++ b/nixos/modules/services/web-apps/mattermost.nix
@@ -173,7 +173,7 @@ in
 
         preStart = ''
           mkdir -p ${cfg.statePath}/{data,config,logs}
-          ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,webapp} ${cfg.statePath}
+          ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,client} ${cfg.statePath}
         '' + lib.optionalString (!cfg.mutableConfig) ''
           ln -sf ${mattermostConfJSON} ${cfg.statePath}/config/config.json
         '' + lib.optionalString cfg.mutableConfig ''