diff options
Diffstat (limited to 'hosts/chaski/services/kontraiaa.nix')
-rw-r--r-- | hosts/chaski/services/kontraiaa.nix | 10 |
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; - - }; -} |