diff --git a/services/notebook.nix b/services/notebook.nix index 62f6164..b5cc753 100644 --- a/services/notebook.nix +++ b/services/notebook.nix @@ -1,7 +1,7 @@ { system, ... }: let notebook = builtins.getFlake - "github:jrpotter/notebook/4b65764c8973f54b82a0192aef19391fc61e1fef"; + "github:jrpotter/notebook/79b715a64c703279f593cad08775b0d73400a19b"; in { services.nginx.virtualHosts."notebook.jrpotter.com" = { diff --git a/services/portfolio.nix b/services/portfolio.nix index d1feff9..b34a935 100644 --- a/services/portfolio.nix +++ b/services/portfolio.nix @@ -1,7 +1,7 @@ { system, ... }: let portfolio = builtins.getFlake - "github:jrpotter/portfolio/357999e784102ba11c52cf1fc9edbfaa8a00912d"; + "github:jrpotter/portfolio/eca5e764f26faaa64f6966dbf3970b86eaaf2195"; in { services.nginx.virtualHosts."www.jrpotter.com" = {