Skip to content

Commit

Permalink
nixos/jupyter: wait for network.target
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored and FRidh committed Nov 6, 2018
1 parent b6dcb9e commit 13892da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/development/jupyter/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 13892da

Please sign in to comment.