diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-08-14 14:53:37 -0600 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-08-14 14:53:37 -0600 |
| commit | 60d322a08d35603c6825aed4efd4a6a70bd0b0aa (patch) | |
| tree | 753ab3164475af1af4c9cbe8fc564aedd6bf33f6 | |
| parent | db4332815e361eb1207e9319a1b72a8e052f3bf8 (diff) | |
| download | home-60d322a08d35603c6825aed4efd4a6a70bd0b0aa.tar.gz | |
modules/mpd: disable fork bomb
| -rw-r--r-- | modules/mpd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mpd.nix b/modules/mpd.nix index e60b287..5cad093 100644 --- a/modules/mpd.nix +++ b/modules/mpd.nix @@ -27,6 +27,6 @@ in ''; musicDirectory = "~/music"; }; - services.mpd-discord-rpc.enable = true; + # services.mpd-discord-rpc.enable = true; }; } |