chore: bump `blog` to `47a8ec2`.

main
Joshua Potter 2024-01-29 06:07:42 -07:00
parent f5709d7233
commit 58442c35c8
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ system, ... }: { system, ... }:
let let
blog = builtins.getFlake blog = builtins.getFlake
"github:jrpotter/blog/042544b4b92490574fb0e8dd68dabf652641b3cd"; "github:jrpotter/blog/47a8ec234cea73022ceba7b2a09f2e9e75e709ce";
in in
{ {
services.nginx.virtualHosts."blog.jrpotter.com" = { services.nginx.virtualHosts."blog.jrpotter.com" = {

View File

@ -115,4 +115,11 @@ return {
mods = 'CTRL', mods = 'CTRL',
timeout_milliseconds = 1500, timeout_milliseconds = 1500,
}, },
ssh_domains = {
{
name = 'phobos',
remote_address = '144.126.218.252',
username = 'jrpotter',
},
},
} }