From 11e6ed35cc252c5a8c5f2f2637333a25c5a96790 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 20 Nov 2024 22:17:39 +0100 Subject: [PATCH] hosts/web-2: Remove bubblesort.clerie.de --- hosts/web-2/bubblesort.nix | 14 -------------- hosts/web-2/configuration.nix | 1 - 2 files changed, 15 deletions(-) delete mode 100644 hosts/web-2/bubblesort.nix diff --git a/hosts/web-2/bubblesort.nix b/hosts/web-2/bubblesort.nix deleted file mode 100644 index 2303285..0000000 --- a/hosts/web-2/bubblesort.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, ... }: -{ - services.nginx.virtualHosts = { - "bubblesort.clerie.de" = { - enableACME = true; - forceSSL = true; - root = pkgs.fetchgit { - url = "https://git.clerie.de/clerie/bubblesort_js.git"; - rev = "39d54701a11f4fb48d7e023e384a848e6bde5640"; - sha256 = "sha256-au/sbTVLDER0BbXD6cKJIpq0GcS/saiRQw46mZQWsO0="; - }; - }; - }; -} diff --git a/hosts/web-2/configuration.nix b/hosts/web-2/configuration.nix index f7567e8..06390e4 100644 --- a/hosts/web-2/configuration.nix +++ b/hosts/web-2/configuration.nix @@ -5,7 +5,6 @@ [ ./hardware-configuration.nix ./blog.nix - ./bubblesort.nix ./bula22.nix ./chaosevents.nix ./clerie.nix