chore: Bump `blog` and `portfolio` versions.
parent
90f147a2b4
commit
9a14edf011
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
blog = builtins.getFlake
|
blog = builtins.getFlake
|
||||||
"github:jrpotter/blog/c4f8c98c5ea405da731b7d16d6a7d9e09c74bfba";
|
"github:jrpotter/blog/76e0accbacb113fff57d42a9dc59adafc02eb885";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
let
|
let
|
||||||
portfolio = builtins.getFlake
|
portfolio = builtins.getFlake
|
||||||
"github:jrpotter/portfolio/c13f0c7b9976cc4c68e284f9e6d1f566574d782f";
|
"github:jrpotter/portfolio/eb0bc7d44ba1349860a56797b92761c68a4e7dce";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."www.jrpotter.com" = {
|
services.nginx.virtualHosts."www.jrpotter.com" = {
|
||||||
|
|
Loading…
Reference in New Issue