chore: Update `blog` to `26e3857`.

main
Joshua Potter 2024-01-19 20:52:16 -07:00
parent f43157618e
commit a0fd90c5cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
boot.loader = {
efi.canTouchEfiVariables = true;

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
blog = builtins.getFlake
"github:jrpotter/blog/09fcb0b96a9c503b69d0bccc8f253110dd42ef77";
"github:jrpotter/blog/26e385791ccb78823491413fc7d61121716d8ad8";
in
{
services.nginx.virtualHosts."blog.jrpotter.com" = {