summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-12-24 05:14:11 +0100
committerRory& <root@rory.gay>2024-12-24 05:14:11 +0100
commitd7499fbfbdf7842a952107d9d776c049a6cd3c7a (patch)
tree2b9f18b8d8a8b73b6305bcda639ad0433824b513 /host
parentImport redpanda in Rory-nginx (diff)
downloadRory-Open-Architecture-d7499fbfbdf7842a952107d9d776c049a6cd3c7a.tar.xz
Fix service name
Diffstat (limited to 'host')
-rw-r--r--host/Rory-nginx/services/redpanda/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/redpanda/root.nix b/host/Rory-nginx/services/redpanda/root.nix
index ad6e976..813b370 100644
--- a/host/Rory-nginx/services/redpanda/root.nix
+++ b/host/Rory-nginx/services/redpanda/root.nix
@@ -4,7 +4,7 @@
     ./systemd-services.nix
   ];
   
-  services.redpanda = {
+  services.redpanda-connect = {
     enable = true;
   };
 }
\ No newline at end of file