1
0

hosts/web-2: Remove bubblesort.clerie.de

This commit is contained in:
clerie 2024-11-20 22:17:39 +01:00
parent 5265e6234e
commit 11e6ed35cc
Signed by: clerie
GPG Key ID: BD9F56480870BAD2
2 changed files with 0 additions and 15 deletions

View File

@ -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=";
};
};
};
}

View File

@ -5,7 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./blog.nix ./blog.nix
./bubblesort.nix
./bula22.nix ./bula22.nix
./chaosevents.nix ./chaosevents.nix
./clerie.nix ./clerie.nix