chore: bump `notebook` to `444418d`.

main
Joshua Potter 2024-03-16 23:03:41 -04:00
parent e4c0f082ac
commit 7c5e105c11
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,8 @@
};
};
time.timeZone = "America/Denver";
# time.timeZone = "America/Denver";
time.timeZone = "America/New_York";
users.users.jrpotter = {
isNormalUser = true;

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
notebook = builtins.getFlake
"github:jrpotter/notebook/1651c9d6c3e75fd25557dd6cefef6e4d6441ff46";
"github:jrpotter/notebook/444418d78e275a435031d1995ded85cd477c1526";
in
{
services.nginx.virtualHosts."notebook.jrpotter.com" = {