diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 01:27:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 01:27:29 +0200 |
commit | 0f3009993afc4e88ff728226cf6edc15db3ab415 (patch) | |
tree | 2ce2a6fe00e2b222b467b706b5b716d305bbbe95 /nixops/modules/websites | |
parent | 2977fd8fdfc55dd42837e3dd56c77d36097ef607 (diff) | |
download | Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.tar.gz Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.tar.zst Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.zip |
Upgrade nixos and fix mediagoblin celeryd config
Diffstat (limited to 'nixops/modules/websites')
-rw-r--r-- | nixops/modules/websites/tools/mediagoblin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/mediagoblin.nix b/nixops/modules/websites/tools/mediagoblin.nix index a02af38..2b56007 100644 --- a/nixops/modules/websites/tools/mediagoblin.nix +++ b/nixops/modules/websites/tools/mediagoblin.nix | |||
@@ -174,7 +174,7 @@ in { | |||
174 | wantedBy = [ "multi-user.target" ]; | 174 | wantedBy = [ "multi-user.target" ]; |
175 | after = [ "network.target" "mediagoblin-web.service" ]; | 175 | after = [ "network.target" "mediagoblin-web.service" ]; |
176 | 176 | ||
177 | environment.MEDIAGOBLIN_CONFIG = "${pythonRoot}/mediagoblin_local.ini"; | 177 | environment.MEDIAGOBLIN_CONFIG = mediagoblin_init; |
178 | environment.CELERY_CONFIG_MODULE = "mediagoblin.init.celery.from_celery"; | 178 | environment.CELERY_CONFIG_MODULE = "mediagoblin.init.celery.from_celery"; |
179 | 179 | ||
180 | script = '' | 180 | script = '' |