From a7d4e002faa41bf9c2f76b4036fe19437a8ffd9b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 24 Nov 2022 10:37:25 +0100 Subject: [PATCH] add neverssl to landingpag --- nixos/system/all/nginx-landingpage.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/system/all/nginx-landingpage.nix b/nixos/system/all/nginx-landingpage.nix index 0fcc6a4..fef8f27 100644 --- a/nixos/system/all/nginx-landingpage.nix +++ b/nixos/system/all/nginx-landingpage.nix @@ -33,6 +33,11 @@ { text = "Various Links"; items = [ + { + label = "NeverSSL"; + href = "https://oldslowfreshlight.neverssl.com/"; + image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif"; + } { label = "Hetzner Cloud"; href = "https://console.hetzner.cloud/projects";