diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/chaski/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/chaski/services/kontraiaa.nix | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/hosts/chaski/configuration.nix b/hosts/chaski/configuration.nix index 22f5181..672b5d3 100644 --- a/hosts/chaski/configuration.nix +++ b/hosts/chaski/configuration.nix @@ -13,7 +13,7 @@ #./services/exneuland.nix ./services/jitsi.nix ./services/uplcg.nix - ./services/kontraiaa.nix + #./services/kontraiaa.nix ./services/woitb.nix ./services/geolocation.nix ./services/gtfs.nix diff --git a/hosts/chaski/services/kontraiaa.nix b/hosts/chaski/services/kontraiaa.nix deleted file mode 100644 index f252e7f..0000000 --- a/hosts/chaski/services/kontraiaa.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ 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; - - }; -} |