chore: Update `blog` to `26e3857`.
parent
f43157618e
commit
a0fd90c5cf
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ system, ... }:
|
||||
let
|
||||
blog = builtins.getFlake
|
||||
"github:jrpotter/blog/09fcb0b96a9c503b69d0bccc8f253110dd42ef77";
|
||||
"github:jrpotter/blog/26e385791ccb78823491413fc7d61121716d8ad8";
|
||||
in
|
||||
{
|
||||
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
||||
|
|
Loading…
Reference in New Issue