diff --git a/services/notebook.nix b/services/notebook.nix index a15bbd1..4c04f75 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/992dff94f4a2d93a6b35aa9665d377cb30410686"; + "github:jrpotter/notebook/4dc9e0fab164d0eea57fffc7ded72e0039aa97cc"; in { services.nginx = {