diff options
author | Rory& <root@rory.gay> | 2024-12-24 05:14:11 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-24 05:14:11 +0100 |
commit | d7499fbfbdf7842a952107d9d776c049a6cd3c7a (patch) | |
tree | 2b9f18b8d8a8b73b6305bcda639ad0433824b513 /host | |
parent | Import redpanda in Rory-nginx (diff) | |
download | Rory-Open-Architecture-d7499fbfbdf7842a952107d9d776c049a6cd3c7a.tar.xz |
Fix service name
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-nginx/services/redpanda/root.nix | 2 |
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 |