From 56a13176198ba25be3341d98c676977969377f77 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 8 Sep 2021 16:56:21 +0200 Subject: kontraiaa infobeamer --- hosts/chaski/configuration.nix | 1 + hosts/chaski/services/kontraiaa.nix | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 hosts/chaski/services/kontraiaa.nix (limited to 'hosts') diff --git a/hosts/chaski/configuration.nix b/hosts/chaski/configuration.nix index 428ac88..fb5d3b0 100644 --- a/hosts/chaski/configuration.nix +++ b/hosts/chaski/configuration.nix @@ -13,6 +13,7 @@ ./services/exneuland.nix ./services/jitsi.nix ./services/uplcg.nix + ./services/kontraiaa.nix ]; hexchen.deploy = { diff --git a/hosts/chaski/services/kontraiaa.nix b/hosts/chaski/services/kontraiaa.nix new file mode 100644 index 0000000..f252e7f --- /dev/null +++ b/hosts/chaski/services/kontraiaa.nix @@ -0,0 +1,10 @@ +{ config, lib, pkgs, ... }: + +{ + services.nginx.virtualHosts."infobeamer.stuebinm.eu" = { + locations."/".root = pkgs.copyPathToStore "/home/stuebinm/Dokumente/Nous Sommes l'Utopie/hacc/hacc-voc/html-infobeamer"; + enableACME = true; + forceSSL = true; + + }; +} -- cgit v1.2.3