From 25dffce00ad481709413ea0dab1b8f9967e2e5ed Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 26 Apr 2026 04:14:27 +0200 Subject: disable ssh banner for now --- host/Rory-ovh/services/containers/spacebar/root.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix index a6c0670..7d351c3 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix @@ -28,9 +28,9 @@ enable = true; startWhenNeeded = true; settings = { - Banner = /. + (pkgs.writeText "ssh-banner" '' - Welcome to spacebar.chat! - ''); + #Banner = /. + (pkgs.writeText "ssh-banner" '' + # Welcome to spacebar.chat! + #''); }; }; -- cgit 1.5.1