Compare commits

...

4 commits

Author SHA1 Message Date
Joshua Bell
4497fa29b1 update lio flake 2026-02-08 23:51:42 -06:00
Joshua Bell
c62cf59a31 Remove tailscale-dns-routes systemd service 2026-02-08 23:51:17 -06:00
Joshua Bell
ff7bb9a36e Add systemd service to route joshuabell.xyz via Tailscale DNS 2026-02-08 23:42:06 -06:00
Joshua Bell
aab8691c7b Add nginx vhosts for location and photos with ACME and proxy 2026-02-08 23:27:01 -06:00
2 changed files with 20 additions and 4 deletions

8
hosts/lio/flake.lock generated
View file

@ -64,11 +64,11 @@
"common": { "common": {
"locked": { "locked": {
"dir": "flakes/common", "dir": "flakes/common",
"lastModified": 1770332845, "lastModified": 1770613864,
"narHash": "sha256-jgBoqzdhyZaD4zJ+xfZBh/gWEqEL8amibqc90nP4eXM=", "narHash": "sha256-Wn/dJdzToNfAqrZp1oRbXTvcF88UUCYkfOBPLsHpHNY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "92ea9d16f8cf9f2f761cc668225fa2498fe2c15b", "rev": "9e5e3cd4fa9ddae4ede2ba6c83f3c734a33f27b4",
"revCount": 1213, "revCount": 1240,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },

View file

@ -255,6 +255,22 @@ in
''; '';
}; };
}; };
"location.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"photos.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"llm.joshuabell.xyz" = { "llm.joshuabell.xyz" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;