From fad2d0629d3476dd45cc017a1ec325eeeb30aa18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 29 Jan 2023 18:51:05 +0100 Subject: [PATCH] feat(mastodon-bot): disable --- configs/mastodon-bot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mastodon-bot.nix b/configs/mastodon-bot.nix index 2507dec..14f1008 100644 --- a/configs/mastodon-bot.nix +++ b/configs/mastodon-bot.nix @@ -1,6 +1,6 @@ {pkgs, ...}: { systemd.services.imaginary-illuminations = { - enable = true; + enable = false; wants = ["network-online.target"]; serviceConfig = { User = "kfm";