summaryrefslogtreecommitdiff
path: root/hosts/chaski/services
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/chaski/services')
-rw-r--r--hosts/chaski/services/kontraiaa.nix10
1 files changed, 0 insertions, 10 deletions
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;
-
- };
-}