aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/caddy.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/caddy.nix b/www/caddy.nix
index a1463ca..2281464 100644
--- a/www/caddy.nix
+++ b/www/caddy.nix
@@ -61,10 +61,7 @@ in
systemd.services.caddy.path = [ pkgs.nssTools ]; # Irrelevante Warnung unterdrücken
- services.getty.helpLine = lib.mkAfter ''
- ${
- "" # Leerzeile für bessere Lesbarkeit
- }
+ services.getty.helpLine = lib.mkBefore ''
${self.domain}: http://localhost:${toString (config.virtualisation.portOffset + httpPort)}
'';
};