1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mastodon-bot): disable

This commit is contained in:
2023-01-29 18:51:05 +01:00
parent 27cc5766ee
commit fad2d0629d

View File

@@ -1,6 +1,6 @@
{pkgs, ...}: {
systemd.services.imaginary-illuminations = {
enable = true;
enable = false;
wants = ["network-online.target"];
serviceConfig = {
User = "kfm";