summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix6
1 files 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! + #''); }; };