back to jellyfin

This commit is contained in:
Jana Dönszelmann 2025-10-21 17:33:56 +02:00
parent d3662d77d0
commit a60d56425c
No known key found for this signature in database
9 changed files with 202 additions and 126 deletions

View file

@ -7,7 +7,16 @@
enableACME = true;
locations."/" = {
root = flakes.homepage.packages.${pkgs.system}.website;
root = "${flakes.homepage.packages.${pkgs.system}.website}/normal";
};
};
virtualHosts."gay.donsz.nl" = {
forceSSL = true;
http2 = true;
enableACME = true;
locations."/" = {
root = "${flakes.homepage.packages.${pkgs.system}.website}/gay";
};
};
virtualHosts."jdonszelmann.nl" = {
@ -16,7 +25,7 @@
enableACME = true;
locations."/" = {
root = flakes.homepage.packages.${pkgs.system}.website;
root = "${flakes.homepage.packages.${pkgs.system}.website}/normal";
};
};
};

View file

@ -1,7 +1,8 @@
{ config
, flakes
, pkgs
, ...
{
config,
flakes,
pkgs,
...
}:
{
sops.secrets.mapf = {