]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Upgrade nixos and fix mediagoblin celeryd config
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 9 May 2019 23:27:29 +0000 (01:27 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 9 May 2019 23:27:29 +0000 (01:27 +0200)
nix_path_env
nixops/modules/websites/tools/mediagoblin.nix

index cfe37e6ddf3f4bc9e5c18258ffed9322a695fef0..901cd693d3bf9beb3baa8e16fc07b6ce2b8fbdee 100644 (file)
@@ -4,7 +4,7 @@ if [ -z "$NIXOPS_DEPLOYMENT" ]; then
   # This will automatically upgrade to latest version at each build
   nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz"
 else
-  nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172462.04954e39df8/nixexprs.tar.xz"
+  nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172530.096e2f137b6/nixexprs.tar.xz"
 fi
 nixpkgsPrevious="$nixpkgs"
 nixpkgsNext="$nixpkgs"
index a02af3840cc65aefc7774d0af2b72f1ed18613a6..2b56007de293a7d20f56b9dcf43d342fd0b06df4 100644 (file)
@@ -174,7 +174,7 @@ in {
       wantedBy = [ "multi-user.target" ];
       after = [ "network.target" "mediagoblin-web.service" ];
 
-      environment.MEDIAGOBLIN_CONFIG = "${pythonRoot}/mediagoblin_local.ini";
+      environment.MEDIAGOBLIN_CONFIG = mediagoblin_init;
       environment.CELERY_CONFIG_MODULE = "mediagoblin.init.celery.from_celery";
 
       script = ''