stream: move to ifsr.de

This commit is contained in:
Rouven Seifert 2023-08-17 13:50:57 +02:00
parent 9f93fdbba3
commit ca5d374f51
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 4 additions and 10 deletions

View file

@ -1,16 +1,10 @@
{ pkgs, lib, config, ... }: { pkgs, config, ... }:
let
website = pkgs.fetchgit {
url = "ssh+git://git@github.com:fsr/fruitbasket.git";
rev = "1b380f3bfd48aae2a17aefbbdd0538f09b7d3bcf";
sha256 = "";
};
in
{ {
services = { services = {
nginx = { nginx = {
virtualHosts = { virtualHosts = {
"stream.${config.fsr.domain}" = { # "stream.${config.fsr.domain}" = {
"stream.ifsr.de" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/" = locations."/" =