back to jellyfin
This commit is contained in:
parent
d3662d77d0
commit
a60d56425c
9 changed files with 202 additions and 126 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue