From 367115508e77cc86cf3fbc2a72bb586c9dcf576d Mon Sep 17 00:00:00 2001 From: Jakub Dorfman Date: Mon, 20 Apr 2026 01:48:22 +0200 Subject: [PATCH] changed message in hello container --- containers/hello.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/hello.nix b/containers/hello.nix index fbebe96..2314f6d 100755 --- a/containers/hello.nix +++ b/containers/hello.nix @@ -16,7 +16,7 @@ enable = true; virtualHosts."localhost" = { # Return a 200 OK directly from nginx - locations."/".return = "200 'Hello world!'"; + locations."/".return = "200 'Hello Fuckers I own this now!'"; locations."/".extraConfig = '' default_type text/plain; '';