diff --git a/services/notebook.nix b/services/notebook.nix index 2734732..85566e0 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/4982b6e21f5de64a03932da28f769c8b993ee898"; + "github:jrpotter/notebook/99e807f8074aae47a4e733ca3eaa8693f681e20f"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {