chore: bump `blog` to `47a8ec2`.
parent
f5709d7233
commit
58442c35c8
|
@ -1,7 +1,7 @@
|
|||
{ system, ... }:
|
||||
let
|
||||
blog = builtins.getFlake
|
||||
"github:jrpotter/blog/042544b4b92490574fb0e8dd68dabf652641b3cd";
|
||||
"github:jrpotter/blog/47a8ec234cea73022ceba7b2a09f2e9e75e709ce";
|
||||
in
|
||||
{
|
||||
services.nginx.virtualHosts."blog.jrpotter.com" = {
|
||||
|
|
|
@ -115,4 +115,11 @@ return {
|
|||
mods = 'CTRL',
|
||||
timeout_milliseconds = 1500,
|
||||
},
|
||||
ssh_domains = {
|
||||
{
|
||||
name = 'phobos',
|
||||
remote_address = '144.126.218.252',
|
||||
username = 'jrpotter',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue