From fe18a72369bb147f01c45ba216eee570a04d0c7c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 18 May 2025 17:33:12 +0200 Subject: [PATCH] fix(discord): typo on systemd name file --- services/bot_discord/ada.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bot_discord/ada.nix b/services/bot_discord/ada.nix index 9ce9696..5710758 100644 --- a/services/bot_discord/ada.nix +++ b/services/bot_discord/ada.nix @@ -8,7 +8,7 @@ in environment.systemPackages = with pkgs; [ nix ]; - systemd.services.bot_bde = { + systemd.services.bot_ada = { description = "Ada (chdoe asso) discord bot public"; after = [ "network.target"