From 8093a29e545595fd53364510dc408176c0777482 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 7 Dec 2025 14:03:23 +0100 Subject: tweak: mobile-optimize and style serviceIndexHost --- nixos/helpers.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/helpers.nix b/nixos/helpers.nix index a30ccd8..e64ef0a 100644 --- a/nixos/helpers.nix +++ b/nixos/helpers.nix @@ -63,7 +63,16 @@ serviceIndexHost = tailnetHostname: webPorts: let li = name: port: ''
  • ${name}
  • ''; - html = ""; + style = '' + ''; + html = style + ""; in { locations."= /".extraConfig = '' -- cgit v1.3.1