From 0eb939a2b1a2886f9d52f3bd764614f43330e96a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jul 2022 17:22:41 -0400 Subject: Run deadnix as a linter --- Biz/Bot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Biz/Bot.nix') diff --git a/Biz/Bot.nix b/Biz/Bot.nix index f09279b..afd5eb4 100644 --- a/Biz/Bot.nix +++ b/Biz/Bot.nix @@ -30,7 +30,7 @@ in }; config = lib.mkIf cfg.enable { systemd.services = { - bizbot-${cfg.server}-${cfg.channel}-ii = { + "bizbot-${cfg.server}-${cfg.channel}-ii" = { wantedBy = [ "multi-user.target" ]; path = [ pkgs.ii ]; script = '' @@ -44,7 +44,7 @@ in ''; }; - bizbot-${cfg.server}-${cfg.channel} = { + "bizbot-${cfg.server}-${cfg.channel}" = { path = [ cfg.package ]; wantedBy = [ "multi-user.target" ]; after = [ "bizbot-${cfg.server}-${cfg.channel}-ii.service" ]; -- cgit v1.2.3