mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos/jupyter: wait for network.target
This commit is contained in:
parent
b6dcb9e641
commit
13892da3e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user