about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-02-10 05:17:03 +0100
committerProfpatsch <mail@profpatsch.de>2018-02-10 05:17:33 +0100
commit6ab2442382e07f9501403be5f8bd9538ce0f0c7a (patch)
treecec5849196d7c99ed89d7244f75fd1503c2d5eae /machines
parent8669384d51c02d809a35bdf735a57e1600ecf520 (diff)
machines/haku: coi do
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/haku.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 5fe3a8f2..0dece75d 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -75,7 +75,7 @@ in
         locations."/pub/" = {
           proxyPass = "http://localhost:${toString warpspeedPort}/";
         };
-        locations."/".root = pkgs.writeTextDir "index.html" ''hello world'';
+        locations."/".root = pkgs.writeTextDir "index.html" ''coi do'';
         serverAliases = [ "lojbanistan.de" ];
       };
     };