My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[prefect] add shelfmark

dish 46964e1e 62b3b144

+10 -1
+10 -1
hosts/prefect/services/caddy.nix
··· 254 254 reverse_proxy ${marvin}:${toString pns.pinchflat.port} 255 255 ''; 256 256 }; 257 + 258 + # Shelfmark 259 + "${pns.shelfmark.tsHost}.${tsNet}" = { 260 + extraConfig = '' 261 + bind tailscale/${pns.shelfmark.tsHost} 262 + tailscale_auth 263 + reverse_proxy ${marvin}:${toString pns.shelfmark.port} 264 + ''; 265 + }; 257 266 }; 258 - # Mail Config 267 + # Blog/SSH Config 259 268 globalConfig = '' 260 269 filesystem blog-repo git ${marvin}:${toString pns.git.port}/pyrox/new-blog { 261 270 ref refs/heads/pages