From a6ee6500500560caf3be5c745266a5f76732f275 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 9 Dec 2023 23:24:55 +0100 Subject: huh, looks like i bought another domain --- flora/services/nginx.nix | 6 ++++++ pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf | Bin 0 -> 45332 bytes pkgs/nomsing/BlobCat_Nom.png | Bin 0 -> 15043 bytes pkgs/nomsing/index.html | 25 +++++++++++++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf create mode 100644 pkgs/nomsing/BlobCat_Nom.png create mode 100644 pkgs/nomsing/index.html diff --git a/flora/services/nginx.nix b/flora/services/nginx.nix index fbbff73..ef5a3d6 100644 --- a/flora/services/nginx.nix +++ b/flora/services/nginx.nix @@ -9,5 +9,11 @@ recommendedOptimisation = true; recommendedTlsSettings = true; recommendedProxySettings = true; + + virtualHosts."noms.ing" = { + enableACME = true; + forceSSL = true; + locations."/".root = ../../pkgs/nomsing; + }; }; } diff --git a/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf b/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf new file mode 100644 index 0000000..609409e Binary files /dev/null and b/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf differ diff --git a/pkgs/nomsing/BlobCat_Nom.png b/pkgs/nomsing/BlobCat_Nom.png new file mode 100644 index 0000000..8f34277 Binary files /dev/null and b/pkgs/nomsing/BlobCat_Nom.png differ diff --git a/pkgs/nomsing/index.html b/pkgs/nomsing/index.html new file mode 100644 index 0000000..a367e4e --- /dev/null +++ b/pkgs/nomsing/index.html @@ -0,0 +1,25 @@ + + + + noms! + + + + Blobcat biting another blobcat's neck +

You like biting cuties, don't you? :3

+ + -- cgit v1.2.3