From 7c5e105c11911fe4db36da21bce929de2f4f0a24 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sat, 16 Mar 2024 23:03:41 -0400 Subject: [PATCH] chore: bump `notebook` to `444418d`. --- hive/framework/default.nix | 3 ++- services/notebook.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hive/framework/default.nix b/hive/framework/default.nix index 95d7391..07baeb0 100644 --- a/hive/framework/default.nix +++ b/hive/framework/default.nix @@ -123,7 +123,8 @@ }; }; - time.timeZone = "America/Denver"; + # time.timeZone = "America/Denver"; + time.timeZone = "America/New_York"; users.users.jrpotter = { isNormalUser = true; diff --git a/services/notebook.nix b/services/notebook.nix index 1f73b7d..f8fffb3 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/1651c9d6c3e75fd25557dd6cefef6e4d6441ff46"; + "github:jrpotter/notebook/444418d78e275a435031d1995ded85cd477c1526"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = {