From 13892da3e76351e0a280fa390e8cb49b1b8b9265 Mon Sep 17 00:00:00 2001 From: sveitser Date: Tue, 6 Nov 2018 21:08:36 +0800 Subject: nixos/jupyter: wait for network.target --- nixos/modules/services/development/jupyter/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/modules/services/development/jupyter/default.nix b/nixos/modules/services/development/jupyter/default.nix index 9fcc00431865..f20860af6e12 100644 --- a/nixos/modules/services/development/jupyter/default.nix +++ b/nixos/modules/services/development/jupyter/default.nix @@ -145,6 +145,7 @@ in { systemd.services.jupyter = { description = "Jupyter development server"; + after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; # TODO: Patch notebook so we can explicitly pass in a shell -- cgit 1.4.1