diff options
-rw-r--r-- | nixops/modules/websites/tools/mastodon/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/mastodon/default.nix b/nixops/modules/websites/tools/mastodon/default.nix index b0ace56..9f9ea3f 100644 --- a/nixops/modules/websites/tools/mastodon/default.nix +++ b/nixops/modules/websites/tools/mastodon/default.nix | |||
@@ -71,7 +71,7 @@ in { | |||
71 | after = [ "network.target" ]; | 71 | after = [ "network.target" ]; |
72 | 72 | ||
73 | environment.RAILS_ENV = "production"; | 73 | environment.RAILS_ENV = "production"; |
74 | environment.BUNDLE_PATH = "${mastodon.gems}/lib/ruby/gems/2.5.0"; | 74 | environment.BUNDLE_PATH = "${mastodon.gems}/${mastodon.gems.ruby.gemPath}"; |
75 | environment.BUNDLE_GEMFILE = "${mastodon.gems.confFiles}/Gemfile"; | 75 | environment.BUNDLE_GEMFILE = "${mastodon.gems.confFiles}/Gemfile"; |
76 | environment.SOCKET = mastodon.railsSocket; | 76 | environment.SOCKET = mastodon.railsSocket; |
77 | 77 | ||