Compare commits

..

No commits in common. "9c5ca2efe5b840454ba4237a391df61d1a8d2196" and "53947efb99ff145fb2c55052be7b0717dd72360b" have entirely different histories.

3 changed files with 0 additions and 22 deletions

View file

@ -22,7 +22,6 @@
./social.chandlerswift.com.nix
./stjohnscccc.com.nix
./stjohnscccc.org.nix
./svsindustries.org.nix
./swiftgang.net.nix
./troop352.us.nix
./whereis.chandlerswift.com.nix

View file

@ -1,6 +1,5 @@
{config, ...}: {
services.immich.enable = true;
services.immich.package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/328115af930e90649f97a3675a6b88d87c7e6920.tar.gz") {}).immich;
services.immich.mediaLocation = "/srv/immich";
services.caddy.virtualHosts."photos.chandlerswift.com".extraConfig = ''

View file

@ -1,20 +0,0 @@
{
services.caddy.virtualHosts."svsindustries.org" = {
# serverAliases = ["*.svsindustries.org"];
extraConfig = ''
encode zstd gzip
file_server
root * /srv/www/svsindustries.org
handle_errors {
respond "{err.status_code} {err.status_text}"
}
'';
};
systemd.tmpfiles.settings."10-svsindustries-org" = {
"/srv/www/svsindustries.org" = {
d = {};
};
};
}