diff options
author | stuebinm | 2021-10-17 02:18:48 +0200 |
---|---|---|
committer | stuebinm | 2021-10-17 02:19:28 +0200 |
commit | 5d8c02429875ed13bbc974e28bee7e19e12388f4 (patch) | |
tree | 18570fb728f6b69ed22ebe47a54851911c55c054 /hosts/chaski/services/kontraiaa.nix | |
parent | 48724397491b978aeb061f0a9f0d0b65cb341418 (diff) |
remove kontraiaa
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; - - }; -} |