hippocampus: public hass
This commit is contained in:
11
machines/hippocampus/servers/public/hass.nix
Normal file
11
machines/hippocampus/servers/public/hass.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.caddy.virtualHosts = {
|
||||
"home.syzygial.cc" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://u.syzygial.cc:8123
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user