stream: move to ifsr.de
This commit is contained in:
parent
9f93fdbba3
commit
ca5d374f51
|
@ -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."/" =
|
||||||
|
|
Loading…
Reference in a new issue