chore: bump `notebook` to `444418d`.
parent
e4c0f082ac
commit
7c5e105c11
|
@ -123,7 +123,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
time.timeZone = "America/Denver";
|
||||
# time.timeZone = "America/Denver";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
users.users.jrpotter = {
|
||||
isNormalUser = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ system, ... }:
|
||||
let
|
||||
notebook = builtins.getFlake
|
||||
"github:jrpotter/notebook/1651c9d6c3e75fd25557dd6cefef6e4d6441ff46";
|
||||
"github:jrpotter/notebook/444418d78e275a435031d1995ded85cd477c1526";
|
||||
in
|
||||
{
|
||||
services.nginx.virtualHosts."notebook.jrpotter.com" = {
|
||||
|
|
Loading…
Reference in New Issue