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