summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-26 02:54:07 +0200
committerRory& <root@rory.gay>2026-04-26 02:54:07 +0200
commit19b988ee642035c9e1d342d2ea62f3db12c90220 (patch)
tree7a3d2f1708d6df4313fd8f0dc2081e37571d83a4 /host
parentmigrate openssh config (diff)
downloadRory-Open-Architecture-19b988ee642035c9e1d342d2ea62f3db12c90220.tar.xz
migrate openssh config
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix

index 3bded1c..3a72585 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix
@@ -28,7 +28,7 @@ enable = true; startWhenNeeded = true; settings = { - Banner = '' + Banner = pkgs.writeText "ssh-banner" '' Welcome to spacebar.chat! ''; };