chore: bump `blog` to `47a8ec2`.
parent
f5709d7233
commit
58442c35c8
|
@ -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" = {
|
||||||
|
|
|
@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue