summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-26 03:10:37 +0200
committerRory& <root@rory.gay>2026-04-26 03:10:37 +0200
commit853d6a5464d14f79bd805b759de583827e364d2e (patch)
tree70a765c2335b5d3746d4d9bf65cc46f370945914
parentmigrate openssh config v2 (diff)
downloadRory-Open-Architecture-853d6a5464d14f79bd805b759de583827e364d2e.tar.xz
maybe some braces help?
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix

index 855fb14..229b57b 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" '' + Banner = (pkgs.writeText "ssh-banner" '' Welcome to spacebar.chat! - ''; + ''); }; };